r75857 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75856‎ | r75857 | r75858 >
Date:16:32, 2 November 2010
Author:demon
Status:ok
Tags:
Comment:
Rename env check to be more like the others
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -82,7 +82,7 @@
8383 * @var array
8484 */
8585 protected $envChecks = array(
86 - 'envLatestVersion',
 86+ 'envCheckMediaWikiVersion',
8787 'envCheckDB',
8888 'envCheckRegisterGlobals',
8989 'envCheckMagicQuotes',
@@ -388,7 +388,7 @@
389389 /**
390390 * Check if we're installing the latest version.
391391 */
392 - public function envLatestVersion() {
 392+ public function envCheckMediaWikiVersion() {
393393 global $wgVersion;
394394
395395 if( !$this->getVar( '_ExternalHTTP' ) ) {

Status & tagging log