From aa971af44ec3f0f905dd46715c8e7b3f1d79b1f8 Mon Sep 17 00:00:00 2001 From: Daniel Cannon Date: Thu, 16 Aug 2007 07:23:40 +0000 Subject: [PATCH] Haha .. woops. Left some debugging in there :) --- includes/OutputPage.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/includes/OutputPage.php b/includes/OutputPage.php index 1b47085f7b..0dd4c3ed58 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -980,8 +980,7 @@ class OutputPage { foreach( $errors as $error ) { $text .= '
  • '; - foreach ($error as $e) echo $e; - $text .= call_user_func_array( 'wfMsg', $error ); + $text .= call_user_func_array( 'wfMsg', $error ); $text .= "
  • \n"; } $text .= ''; -- 2.20.1