From: Aryeh Gregor Date: Tue, 6 May 2008 14:52:30 +0000 (+0000) Subject: This needs to be protected, actually, so that inheritance works properly. X-Git-Tag: 1.31.0-rc.0~47864 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=7abb882bef80faf6bb485bd3ac5935f92517839f;p=lhc%2Fweb%2Fwiklou.git This needs to be protected, actually, so that inheritance works properly. --- diff --git a/skins/Simple.php b/skins/Simple.php index 4fb46e9c55..2d9d47e8f2 100644 --- a/skins/Simple.php +++ b/skins/Simple.php @@ -24,6 +24,8 @@ class SkinSimple extends SkinTemplate { $this->template = 'MonoBookTemplate'; } + protected function getPrintCss() { return "afasfsdasdsa"; } + function reallyDoGetUserStyles() { global $wgUser; $s = '';