Fixed yet another breakage introduced by r70608: bug 24764 - broken old installer...
[lhc/web/wiklou.git] / config / new-index.php
index 2291dc2..faf8886 100644 (file)
@@ -1,6 +1,11 @@
 <?php
+/**
+ * New version of MediaWiki web-based config/installation
+ *
+ * @file
+ */
 
-define( 'MW_CONFIG_CALLBACK', 'Installer::overrideConfig' );
+define( 'MW_CONFIG_CALLBACK', 'CoreInstaller::overrideConfig' );
 
 chdir( ".." );
 require( './includes/WebStart.php' );