Merge "Removed redundant begin/commit calls"
[lhc/web/wiklou.git] / includes / Setup.php
index a1bca22..6003305 100644 (file)
@@ -601,6 +601,12 @@ $wgTitle = null;
 
 $wgDeferredUpdateList = array();
 
+// Enable default skins.
+// This is hacky and bad, the require_once calls should eventually be generated by the installer
+// and placed in LocalSettings.php.
+require_once "$wgStyleDirectory/MonoBook/MonoBook.php";
+require_once "$wgStyleDirectory/Vector/Vector.php";
+
 wfProfileOut( $fname . '-globals' );
 wfProfileIn( $fname . '-extensions' );