We want to be including MonoBook.php here, clearly, not Standard.php.
[lhc/web/wiklou.git] / includes / Skin.php
index f08c142..8ce2613 100644 (file)
@@ -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;