From c43bc0c383d7c72ccb9e747822417a0da98527aa Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 14 Dec 2007 19:14:12 +0000 Subject: [PATCH] We want to be including MonoBook.php here, clearly, not Standard.php. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1