Typofix. Now you can actually enable uploads
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 12 Aug 2010 13:00:31 +0000 (13:00 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 12 Aug 2010 13:00:31 +0000 (13:00 +0000)
includes/installer/WebInstallerPage.php

index f363d9c..9c56013 100644 (file)
@@ -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' ) );