Page MenuHomePhabricator

change-protection-of-getPrintCss.diff

Authored By
bzimport
Nov 21 2014, 10:13 PM
Size
398 B
Referenced Files
None
Subscribers
None

change-protection-of-getPrintCss.diff

Index: includes/SkinTemplate.php
===================================================================
--- includes/SkinTemplate.php (Revision 34313)
+++ includes/SkinTemplate.php (Arbeitskopie)
@@ -1065,7 +1065,7 @@
*
* @return string
*/
- private function getPrintCss() {
+ protected function getPrintCss() {
global $wgStylePath;
return $wgStylePath . "/common/commonPrint.css";
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4508
Default Alt Text
change-protection-of-getPrintCss.diff (398 B)

Event Timeline