Uh, I checked in the wrong changed line. :D Correction for last commit: "This needs...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 6 May 2008 14:57:14 +0000 (14:57 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 6 May 2008 14:57:14 +0000 (14:57 +0000)
includes/SkinTemplate.php
skins/Simple.php

index 9feece1..0c73d15 100644 (file)
@@ -1065,7 +1065,7 @@ class SkinTemplate extends Skin {
         *
         * @return string
         */
-       private function getPrintCss() {
+       protected function getPrintCss() {
                global $wgStylePath;
                return $wgStylePath . "/common/commonPrint.css";
        }
index 2d9d47e..4fb46e9 100644 (file)
@@ -24,8 +24,6 @@ class SkinSimple extends SkinTemplate {
                $this->template  = 'MonoBookTemplate';
        }
 
-       protected function getPrintCss() { return "afasfsdasdsa"; }
-
        function reallyDoGetUserStyles() {
                global $wgUser;
                $s = '';