aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/update.php')
-rwxr-xr-xmaintenance/update.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/update.php b/maintenance/update.php
index aa8d295b2eb6..270b4a4ee031 100755
--- a/maintenance/update.php
+++ b/maintenance/update.php
@@ -77,7 +77,7 @@ class UpdateMediaWiki extends Maintenance {
}
public function execute() {
- global $wgVersion, $wgLang, $wgAllowSchemaUpdates, $wgMessagesDirs;
+ global $wgLang, $wgAllowSchemaUpdates, $wgMessagesDirs;
if ( !$wgAllowSchemaUpdates
&& !( $this->hasOption( 'force' )
@@ -113,7 +113,7 @@ class UpdateMediaWiki extends Maintenance {
define( 'MW_UPDATER', true );
- $this->output( "MediaWiki {$wgVersion} Updater\n\n" );
+ $this->output( 'MediaWiki ' . MW_VERSION . " Updater\n\n" );
wfWaitForSlaves();