From: Chad Horohoe Date: Tue, 9 Aug 2011 14:57:55 +0000 (+0000) Subject: Drop unused and unset $wgRightsCode from generated LocalSettings.php X-Git-Tag: 1.31.0-rc.0~28383 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=9051d342911bb65611024eab3e6780d69d821c1c;p=lhc%2Fweb%2Fwiklou.git Drop unused and unset $wgRightsCode from generated LocalSettings.php --- diff --git a/includes/installer/LocalSettingsGenerator.php b/includes/installer/LocalSettingsGenerator.php index df3192c1ea..116047410c 100644 --- a/includes/installer/LocalSettingsGenerator.php +++ b/includes/installer/LocalSettingsGenerator.php @@ -44,7 +44,7 @@ class LocalSettingsGenerator { 'wgLanguageCode', 'wgEnableEmail', 'wgEnableUserEmail', 'wgDiff3', 'wgEnotifUserTalk', 'wgEnotifWatchlist', 'wgEmailAuthentication', 'wgDBtype', 'wgSecretKey', 'wgRightsUrl', 'wgSitename', 'wgRightsIcon', - 'wgRightsText', 'wgRightsCode', 'wgMainCacheType', 'wgEnableUploads', + 'wgRightsText', 'wgMainCacheType', 'wgEnableUploads', 'wgMainCacheType', '_MemCachedServers', 'wgDBserver', 'wgDBuser', 'wgDBpassword', 'wgUseInstantCommons', 'wgUpgradeKey', 'wgDefaultSkin', 'wgMetaNamespace', 'wgResourceLoaderMaxQueryLength' @@ -329,7 +329,6 @@ if ( !defined( 'MEDIAWIKI' ) ) { \$wgRightsUrl = \"{$this->values['wgRightsUrl']}\"; \$wgRightsText = \"{$this->values['wgRightsText']}\"; \$wgRightsIcon = \"{$this->values['wgRightsIcon']}\"; -# \$wgRightsCode = \"{$this->values['wgRightsCode']}\"; # Not yet used # Path to the GNU diff3 utility. Used for conflict resolution. \$wgDiff3 = \"{$this->values['wgDiff3']}\";