From c8f72a02bf92cf0f9647ec13f308dc6023744811 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Mon, 19 Jul 2010 04:18:51 +0000 Subject: [PATCH] Follow up to r69528 (forgot to commit this file) --- includes/AutoLoader.php | 1 + 1 file changed, 1 insertion(+) 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', -- 2.20.1