r94110 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94109‎ | r94110 | r94111 >
Date:14:57, 9 August 2011
Author:demon
Status:ok
Tags:
Comment:
Drop unused and unset $wgRightsCode from generated LocalSettings.php
Modified paths:
  • /trunk/phase3/includes/installer/LocalSettingsGenerator.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/LocalSettingsGenerator.php
@@ -44,7 +44,7 @@
4545 'wgLanguageCode', 'wgEnableEmail', 'wgEnableUserEmail', 'wgDiff3',
4646 'wgEnotifUserTalk', 'wgEnotifWatchlist', 'wgEmailAuthentication',
4747 'wgDBtype', 'wgSecretKey', 'wgRightsUrl', 'wgSitename', 'wgRightsIcon',
48 - 'wgRightsText', 'wgRightsCode', 'wgMainCacheType', 'wgEnableUploads',
 48+ 'wgRightsText', 'wgMainCacheType', 'wgEnableUploads',
4949 'wgMainCacheType', '_MemCachedServers', 'wgDBserver', 'wgDBuser',
5050 'wgDBpassword', 'wgUseInstantCommons', 'wgUpgradeKey', 'wgDefaultSkin',
5151 'wgMetaNamespace', 'wgResourceLoaderMaxQueryLength'
@@ -329,7 +329,6 @@
330330 \$wgRightsUrl = \"{$this->values['wgRightsUrl']}\";
331331 \$wgRightsText = \"{$this->values['wgRightsText']}\";
332332 \$wgRightsIcon = \"{$this->values['wgRightsIcon']}\";
333 -# \$wgRightsCode = \"{$this->values['wgRightsCode']}\"; # Not yet used
334333
335334 # Path to the GNU diff3 utility. Used for conflict resolution.
336335 \$wgDiff3 = \"{$this->values['wgDiff3']}\";

Status & tagging log