From 60c803f7104116b93433e417a197331f78bcb23b Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 5 Dec 2010 03:02:46 +0000 Subject: Clean-up of the blog plugin - now using urls from 1.7.5 git-svn-id: http://code.elgg.org/elgg/trunk@7535 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/views.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/lib') 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); } } -- cgit v1.2.3