From: Chad Horohoe Date: Thu, 12 Aug 2010 13:00:31 +0000 (+0000) Subject: Typofix. Now you can actually enable uploads X-Git-Tag: 1.31.0-rc.0~35533 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=b51547fe0d907ac7dfbed52d536be8a25c5984f8;p=lhc%2Fweb%2Fwiklou.git Typofix. Now you can actually enable uploads --- 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' ) );