aboutsummaryrefslogtreecommitdiff
path: root/views/default/object/default.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-26 07:07:27 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-26 07:07:27 -0400
commit64dcaa8cdc75669974501eb0627a5d5b348deb29 (patch)
treec2e231d558870ffa2a0bb9c488972f074048509c /views/default/object/default.php
parent89a6e2847452ef957d0360e7ed02ae5dc34bf6d8 (diff)
downloadelgg-64dcaa8cdc75669974501eb0627a5d5b348deb29.tar.gz
elgg-64dcaa8cdc75669974501eb0627a5d5b348deb29.tar.bz2
Fixes #3368 combining $vars with parameters for object/elements/summary view
Diffstat (limited to 'views/default/object/default.php')
-rw-r--r--views/default/object/default.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/default/object/default.php b/views/default/object/default.php
index 27bb1890e..a50f19387 100644
--- a/views/default/object/default.php
+++ b/views/default/object/default.php
@@ -42,6 +42,7 @@ $params = array(
'subtitle' => $subtitle,
'tags' => $vars['entity']->tags,
);
+$params = $params + $vars;
$body = elgg_view('object/elements/summary', $params);
echo elgg_view_image_block($icon, $body);