diff options
Diffstat (limited to 'views')
-rw-r--r-- | views/default/layout/objects/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/layout/objects/list.php b/views/default/layout/objects/list.php index 84ba1414c..6d12c5e55 100644 --- a/views/default/layout/objects/list.php +++ b/views/default/layout/objects/list.php @@ -58,7 +58,7 @@ if (is_array($items) && count($items) > 0) { $id = "item-{$item->getType()}-{$item->id}"; } $html .= "<li id=\"$id\" class=\"$item_class\">"; - $html .= elgg_view_list_item($item, $full_view); + $html .= elgg_view_list_item($item, $full_view, $vars); $html .= '</li>'; } $html .= '</ul>'; |