From: Jeroen De Dauw Date: Mon, 19 Jul 2010 04:18:51 +0000 (+0000) Subject: Follow up to r69528 (forgot to commit this file) X-Git-Tag: 1.31.0-rc.0~36090 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=c8f72a02bf92cf0f9647ec13f308dc6023744811;p=lhc%2Fweb%2Fwiklou.git Follow up to r69528 (forgot to commit this file) --- diff --git a/includes/AutoLoader.php b/includes/AutoLoader.php index a97514fe5d..b1d5a30dbf 100644 --- a/includes/AutoLoader.php +++ b/includes/AutoLoader.php @@ -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',