aboutsummaryrefslogtreecommitdiff
path: root/views/installation/messages/errors/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/messages/errors/list.php')
-rw-r--r--views/installation/messages/errors/list.php25
1 files changed, 0 insertions, 25 deletions
diff --git a/views/installation/messages/errors/list.php b/views/installation/messages/errors/list.php
deleted file mode 100644
index 2f69213e9..000000000
--- a/views/installation/messages/errors/list.php
+++ /dev/null
@@ -1,25 +0,0 @@
-<?php
-/**
- * Elgg list errors
- * Lists error messages
- *
- * @package Elgg
- * @subpackage Core
- *
- * @uses $vars['object'] An array of error messages
- */
-
-if (!empty($vars['object']) && is_array($vars['object'])) {
-
-?>
-
- <div class="messages error">
-
-<?php
- foreach ($vars['object'] as $error) {
- echo elgg_view('messages/errors/error', array('object' => $error));
- }
-?>
- </div>
-<?php
-} \ No newline at end of file