r69214 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69213‎ | r69214 | r69215 >
Date:18:36, 9 July 2010
Author:demon
Status:ok
Tags:
Comment:
Move status box below output from pass/fail
Modified paths:
  • /trunk/phase3/includes/installer/WebInstaller.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/installer/WebInstaller.php
@@ -1601,10 +1601,12 @@
16021602 $msg = $success ? 'config-install-step-done' : 'config-install-step-failed';
16031603 $html = wfMsgHtml( 'word-separator' ) . wfMsgHtml( $msg );
16041604 if ( !$success ) {
1605 - $this->parent->showStatusBox( $status );
16061605 $html = "<span class=\"error\">$html</span>";
16071606 }
16081607 $this->addHTML( $html . "</li>\n" );
 1608+ if( !$success ) {
 1609+ $this->parent->showStatusBox( $status );
 1610+ }
16091611 }
16101612 }
16111613

Status & tagging log