aboutsummaryrefslogtreecommitdiff
path: root/views/installation/messages/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/messages/list.php')
-rw-r--r--views/installation/messages/list.php16
1 files changed, 0 insertions, 16 deletions
diff --git a/views/installation/messages/list.php b/views/installation/messages/list.php
deleted file mode 100644
index 2944ce5a6..000000000
--- a/views/installation/messages/list.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-/**
- * Elgg global system message list
- * Lists all system messages
- *
- * @package Elgg
- * @subpackage Core
- *
- * @uses $vars['object'] The array of message registers
- */
-
-if (!empty($vars['object']) && is_array($vars['object']) && sizeof($vars['object']) > 0) {
- foreach($vars['object'] as $register => $list ) {
- echo elgg_view("messages/{$register}/list", array('object' => $list));
- }
-} \ No newline at end of file