Index: trunk/phase3/maintenance/Maintenance.php |
— | — | @@ -929,9 +929,8 @@ |
930 | 930 | * @return String |
931 | 931 | */ |
932 | 932 | public function loadSettings() { |
933 | | - global $wgWikiFarm, $wgCommandLineMode, $IP; |
| 933 | + global $wgCommandLineMode, $IP; |
934 | 934 | |
935 | | - $wgWikiFarm = false; |
936 | 935 | if ( isset( $this->mOptions['conf'] ) ) { |
937 | 936 | $settingsFile = $this->mOptions['conf']; |
938 | 937 | } else if ( defined("MW_CONFIG_FILE") ) { |
Index: trunk/phase3/maintenance/doMaintenance.php |
— | — | @@ -80,7 +80,6 @@ |
81 | 81 | # @todo FIXME: Wikimedia-specific stuff needs to go away to an ext |
82 | 82 | # Maybe a hook? |
83 | 83 | global $cluster; |
84 | | - $wgWikiFarm = true; |
85 | 84 | $cluster = 'pmtpa'; |
86 | 85 | require_once( MWInit::compiledPath( 'includes/SiteConfiguration.php' ) ); |
87 | 86 | require( MWInit::interpretedPath( 'wmf-config/wgConf.php' ) ); |