From 9577651544d2a912f6eb4b13120948c68a7949fc Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 5 Oct 2010 11:07:54 +0000 Subject: Fixes #2523 - errors get red box during install git-svn-id: http://code.elgg.org/elgg/trunk@7012 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/messages/errors/list.php | 24 +++++------------------- views/installation/messages/messages/list.php | 15 +-------------- 2 files changed, 6 insertions(+), 33 deletions(-) (limited to 'views') diff --git a/views/installation/messages/errors/list.php b/views/installation/messages/errors/list.php index c270d6c0a..506f73fec 100644 --- a/views/installation/messages/errors/list.php +++ b/views/installation/messages/errors/list.php @@ -14,28 +14,14 @@ if (!empty($vars['object']) && is_array($vars['object'])) { ?> - -
-
+ +
$error)); - //echo "
"; - } + foreach ($vars['object'] as $error) { + echo elgg_view('messages/errors/error', array('object' => $error)); + } ?> -
- - -
+