Uh, I checked in the wrong changed line. :D Correction for last commit: "This needs to be protected, actually, so that inheritance works properly."

This commit is contained in:
Aryeh Gregor 2008-05-06 14:57:14 +00:00
parent 8289433a6a
commit 77928b644a
2 changed files with 1 additions and 3 deletions

View file

@ -1065,7 +1065,7 @@ class SkinTemplate extends Skin {
*
* @return string
*/
private function getPrintCss() {
protected function getPrintCss() {
global $wgStylePath;
return $wgStylePath . "/common/commonPrint.css";
}

View file

@ -24,8 +24,6 @@ class SkinSimple extends SkinTemplate {
$this->template = 'MonoBookTemplate';
}
protected function getPrintCss() { return "afasfsdasdsa"; }
function reallyDoGetUserStyles() {
global $wgUser;
$s = '';