aboutsummaryrefslogtreecommitdiff
path: root/views/default/messages/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/messages/list.php')
-rw-r--r--views/default/messages/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/messages/list.php b/views/default/messages/list.php
index 190739a15..10fda8f90 100644
--- a/views/default/messages/list.php
+++ b/views/default/messages/list.php
@@ -14,7 +14,7 @@
* @uses $vars['object'] The array of message registers
*/
- if (!empty($vars['object']) && is_array($vars['object'])) {
+ 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));