This was meant to be private.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 6 May 2008 14:06:16 +0000 (14:06 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Tue, 6 May 2008 14:06:16 +0000 (14:06 +0000)
includes/SkinTemplate.php

index 794e1f3..581772d 100644 (file)
@@ -1074,7 +1074,7 @@ class SkinTemplate extends Skin {
         *
         * @return string
         */
-       public function getPrintCss() {
+       private function getPrintCss() {
                global $wgStylePath;
                return $wgStylePath . "/common/commonPrint.css";
        }