aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2011-06-26 06:41:39 -0400
committerCash Costello <cash.costello@gmail.com>2011-06-26 06:41:39 -0400
commitb0b197ee2e73974a8b0c080086945383a863410e (patch)
tree706726a6edcfc7edeb75e7363eadd9a2687d4d62 /mod/bookmarks
parent12a4106d92db1fa3327e0cf32262544181602380 (diff)
downloadelgg-b0b197ee2e73974a8b0c080086945383a863410e.tar.gz
elgg-b0b197ee2e73974a8b0c080086945383a863410e.tar.bz2
Fixes #3614 updated use of elgg_view_entity() throughout core
Diffstat (limited to 'mod/bookmarks')
-rw-r--r--mod/bookmarks/pages/bookmarks/view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/bookmarks/pages/bookmarks/view.php b/mod/bookmarks/pages/bookmarks/view.php
index d0a9c630a..8e097b090 100644
--- a/mod/bookmarks/pages/bookmarks/view.php
+++ b/mod/bookmarks/pages/bookmarks/view.php
@@ -21,7 +21,7 @@ $title = $bookmark->title;
elgg_push_breadcrumb($title);
-$content = elgg_view_entity($bookmark, true);
+$content = elgg_view_entity($bookmark, array('full_view' => true));
$content .= elgg_view_comments($bookmark);
$body = elgg_view_layout('content', array(