From: Daniel Cannon Date: Thu, 16 Aug 2007 07:23:40 +0000 (+0000) Subject: Haha .. woops. Left some debugging in there :) X-Git-Tag: 1.31.0-rc.0~51744 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=aa971af44ec3f0f905dd46715c8e7b3f1d79b1f8;p=lhc%2Fweb%2Fwiklou.git Haha .. woops. Left some debugging in there :) --- 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 .= '';