From b51547fe0d907ac7dfbed52d536be8a25c5984f8 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 12 Aug 2010 13:00:31 +0000 Subject: [PATCH] Typofix. Now you can actually enable uploads --- includes/installer/WebInstallerPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index f363d9ca4b..9c56013194 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -759,7 +759,7 @@ class WebInstaller_Options extends WebInstallerPage { public function submit() { $this->parent->setVarsFromRequest( array( '_RightsProfile', '_LicenseCode', - 'wgEnableEmail', 'wgPasswordSender', 'wgEnableUpload', 'wgLogo', + 'wgEnableEmail', 'wgPasswordSender', 'wgEnableUploads', 'wgLogo', 'wgEnableUserEmail', 'wgEnotifUserTalk', 'wgEnotifWatchlist', 'wgEmailAuthentication', 'wgMainCacheType', '_MemCachedServers', 'wgUseInstantCommons' ) ); -- 2.20.1