From: Chad Horohoe Date: Tue, 2 Nov 2010 16:32:24 +0000 (+0000) Subject: Rename env check to be more like the others X-Git-Tag: 1.31.0-rc.0~34128 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=0864ed93f1fb8be7d653a20bfc68cc387487cd2d;p=lhc%2Fweb%2Fwiklou.git Rename env check to be more like the others --- diff --git a/includes/installer/Installer.php b/includes/installer/Installer.php index d8effa633f..e1cd4d0657 100644 --- a/includes/installer/Installer.php +++ b/includes/installer/Installer.php @@ -82,7 +82,7 @@ abstract class Installer { * @var array */ protected $envChecks = array( - 'envLatestVersion', + 'envCheckMediaWikiVersion', 'envCheckDB', 'envCheckRegisterGlobals', 'envCheckMagicQuotes', @@ -388,7 +388,7 @@ abstract class Installer { /** * Check if we're installing the latest version. */ - public function envLatestVersion() { + public function envCheckMediaWikiVersion() { global $wgVersion; if( !$this->getVar( '_ExternalHTTP' ) ) {