From 93f0afe54817d0e33c55eb1f9d7312f77a1789b4 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Tue, 6 May 2008 14:06:16 +0000 Subject: [PATCH] This was meant to be private. --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } -- 2.20.1