From 46c278c3603765b623fa441e2435274fbeda05ad Mon Sep 17 00:00:00 2001 From: cash Date: Sun, 22 Aug 2010 20:58:21 +0000 Subject: Merged r6620:6653 from 1.7 branch into trunk git-svn-id: http://code.elgg.org/elgg/trunk@6846 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/endpoint/get_comments.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/riverdashboard/endpoint/get_comments.php') diff --git a/mod/riverdashboard/endpoint/get_comments.php b/mod/riverdashboard/endpoint/get_comments.php index 017591fa5..cc210b126 100644 --- a/mod/riverdashboard/endpoint/get_comments.php +++ b/mod/riverdashboard/endpoint/get_comments.php @@ -31,7 +31,7 @@ foreach ($comments as $comment) { echo ""; //truncate comment to 150 characters and strip tags - $contents = elgg_make_excerpt($comment->value, 150); + $contents = elgg_get_excerpt($comment->value, 150); echo "
"; echo "" . $comment_owner->name . ' '; -- cgit v1.2.3