Follow up to r69528 (forgot to commit this file)
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Mon, 19 Jul 2010 04:18:51 +0000 (04:18 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Mon, 19 Jul 2010 04:18:51 +0000 (04:18 +0000)
includes/AutoLoader.php

index a97514f..b1d5a30 100644 (file)
@@ -419,6 +419,7 @@ $wgAutoloadLocalClasses = array(
        'LBFactory_InstallerFake' => 'includes/installer/Installer.php',
        'LocalSettingsGenerator' => 'includes/installer/LocalSettingsGenerator.php',
        'WebInstaller' => 'includes/installer/WebInstaller.php',
+       'WebInstallerPage' => 'includes/installer/WebInstallerPage.php',
        'WebInstallerOutput' => 'includes/installer/WebInstallerOutput.php',
        'MysqlInstaller' => 'includes/installer/MysqlInstaller.php',
        'MysqlUpdater' => 'includes/installer/Updaters.php',