diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/views.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/views.php b/engine/lib/views.php index 249177c4e..2612c2363 100644 --- a/engine/lib/views.php +++ b/engine/lib/views.php @@ -907,7 +907,7 @@ function elgg_view_annotation_list($annotations, $count, $offset, $limit) { if (is_array($annotations) && sizeof($annotations) > 0) { foreach ($annotations as $annotation) { - $html .= elgg_view_annotation($annotation, "", false); + $html .= elgg_view_annotation($annotation, true); } } |