diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-07 22:18:56 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-01-07 22:18:56 +0000 |
commit | 09627b07545c1c3ef13ac24bf5c496cb69c86bb6 (patch) | |
tree | e1d3f95efc4b035cd2f1dbd0898629ed65104825 /views/installation/messages/list.php | |
parent | 101c850e6723d55759a6cf75965a2473ec2a55d5 (diff) | |
download | elgg-09627b07545c1c3ef13ac24bf5c496cb69c86bb6.tar.gz elgg-09627b07545c1c3ef13ac24bf5c496cb69c86bb6.tar.bz2 |
Fixes #2783 - updated installation message code to mirror default views
git-svn-id: http://code.elgg.org/elgg/trunk@7861 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'views/installation/messages/list.php')
-rw-r--r-- | views/installation/messages/list.php | 16 |
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 |