r24850 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24849‎ | r24850 | r24851 >
Date:07:23, 16 August 2007
Author:amidaniel
Status:old
Tags:
Comment:
Haha .. woops. Left some debugging in there :)
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -980,8 +980,7 @@
981981 foreach( $errors as $error )
982982 {
983983 $text .= '<li>';
984 - foreach ($error as $e) echo $e;
985 - $text .= call_user_func_array( 'wfMsg', $error );
 984+ $text .= call_user_func_array( 'wfMsg', $error );
986985 $text .= "</li>\n";
987986 }
988987 $text .= '</ul>';

Follow-up revisions

RevisionCommit summaryAuthorDate
r24866Merged revisions 24755-24865 via svnmerge from...david23:08, 16 August 2007

Status & tagging log