From 9051d342911bb65611024eab3e6780d69d821c1c Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 9 Aug 2011 14:57:55 +0000 Subject: [PATCH] Drop unused and unset $wgRightsCode from generated LocalSettings.php --- includes/installer/LocalSettingsGenerator.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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']}\"; -- 2.20.1