r75537 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r75536‎ | r75537 | r75538 >
Date:13:18, 27 October 2010
Author:demon
Status:ok
Tags:
Comment:
Don't show new and ok message at the same time
Modified paths:
  • /trunk/phase3/includes/installer/Installer.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/Installer.php
@@ -409,9 +409,9 @@
410410 $this->showHelpBox( 'config-env-latest-help', $wgVersion, $currentVersion );
411411 } elseif( version_compare( $wgVersion, $currentVersion, '>' ) ) {
412412 $this->showMessage( 'config-env-latest-new' );
 413+ } else {
 414+ $this->showMessage( 'config-env-latest-ok' );
413415 }
414 -
415 - $this->showMessage( 'config-env-latest-ok' );
416416 }
417417
418418 /**

Status & tagging log