From: Aryeh Gregor Date: Fri, 14 Dec 2007 19:14:12 +0000 (+0000) Subject: We want to be including MonoBook.php here, clearly, not Standard.php. X-Git-Tag: 1.31.0-rc.0~50424 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=c43bc0c383d7c72ccb9e747822417a0da98527aa;p=lhc%2Fweb%2Fwiklou.git We want to be including MonoBook.php here, clearly, not Standard.php. --- diff --git a/includes/Skin.php b/includes/Skin.php index f08c142385..8ce261315d 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -127,7 +127,7 @@ class Skin extends Linker { # is no longer valid. wfDebug( "Skin class does not exist: $className\n" ); $className = 'SkinMonobook'; - require_once( "{$wgStyleDirectory}/Standard.php" ); + require_once( "{$wgStyleDirectory}/MonoBook.php" ); } } $skin = new $className;