From f575721a06de34bf8e781d7900047521dc260d65 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Tue, 25 Feb 2020 01:33:18 +0000 Subject: Update all use of $wgVersion to MW_VERSION Follows-up I04628de4152dd5. Bug: T212738 Change-Id: I718474ec0d9fd29ac2c05477f0f2493615d8aff5 --- maintenance/update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'maintenance/update.php') 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(); -- cgit v1.2.3