We want to be including MonoBook.php here, clearly, not Standard.php.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 14 Dec 2007 19:14:12 +0000 (19:14 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 14 Dec 2007 19:14:12 +0000 (19:14 +0000)
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;