From: Aryeh Gregor Date: Tue, 6 May 2008 14:06:16 +0000 (+0000) Subject: This was meant to be private. X-Git-Tag: 1.31.0-rc.0~47868 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=93f0afe54817d0e33c55eb1f9d7312f77a1789b4;p=lhc%2Fweb%2Fwiklou.git This was meant to be private. --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 794e1f30c5..581772d3e3 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1074,7 +1074,7 @@ class SkinTemplate extends Skin { * * @return string */ - public function getPrintCss() { + private function getPrintCss() { global $wgStylePath; return $wgStylePath . "/common/commonPrint.css"; }