Haha .. woops. Left some debugging in there :)
authorDaniel Cannon <amidaniel@users.mediawiki.org>
Thu, 16 Aug 2007 07:23:40 +0000 (07:23 +0000)
committerDaniel Cannon <amidaniel@users.mediawiki.org>
Thu, 16 Aug 2007 07:23:40 +0000 (07:23 +0000)
includes/OutputPage.php

index 1b47085..0dd4c3e 100644 (file)
@@ -980,8 +980,7 @@ class OutputPage {
                        foreach( $errors as $error )
                        {
                                $text .= '<li>';
-                               foreach ($error as $e) echo $e;
-                                       $text .= call_user_func_array( 'wfMsg', $error );
+                               $text .= call_user_func_array( 'wfMsg', $error );
                                $text .= "</li>\n";
                        }
                        $text .= '</ul>';