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:
parent
8289433a6a
commit
77928b644a
2 changed files with 1 additions and 3 deletions
|
|
@ -1065,7 +1065,7 @@ class SkinTemplate extends Skin {
|
|||
*
|
||||
* @return string
|
||||
*/
|
||||
private function getPrintCss() {
|
||||
protected function getPrintCss() {
|
||||
global $wgStylePath;
|
||||
return $wgStylePath . "/common/commonPrint.css";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -24,8 +24,6 @@ class SkinSimple extends SkinTemplate {
|
|||
$this->template = 'MonoBookTemplate';
|
||||
}
|
||||
|
||||
protected function getPrintCss() { return "afasfsdasdsa"; }
|
||||
|
||||
function reallyDoGetUserStyles() {
|
||||
global $wgUser;
|
||||
$s = '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue