Index: trunk/phase3/includes/Skin.php |
— | — | @@ -152,8 +152,8 @@ |
153 | 153 | # except by SQL manipulation if a previously valid skin name |
154 | 154 | # is no longer valid. |
155 | 155 | wfDebug( "Skin class does not exist: $className\n" ); |
156 | | - $className = 'SkinMonobook'; |
157 | | - require_once( "{$wgStyleDirectory}/MonoBook.php" ); |
| 156 | + $className = 'SkinVector'; |
| 157 | + require_once( "{$wgStyleDirectory}/Vector.php" ); |
158 | 158 | } |
159 | 159 | } |
160 | 160 | $skin = new $className; |