From b6f99468651309e0b58dbe000958540809df5dcc Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 29 Dec 2010 18:31:27 +0000 Subject: Fixes #2226 moves riverdashboard into secondary plugins from core plugins - most of riverdashboard functionality is now in core (except for displaying who has liked stuff and ajax refreshes) git-svn-id: http://code.elgg.org/elgg/trunk@7750 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/endpoint/get_likes.php | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 mod/riverdashboard/endpoint/get_likes.php (limited to 'mod/riverdashboard/endpoint/get_likes.php') diff --git a/mod/riverdashboard/endpoint/get_likes.php b/mod/riverdashboard/endpoint/get_likes.php deleted file mode 100644 index cc9e83aaf..000000000 --- a/mod/riverdashboard/endpoint/get_likes.php +++ /dev/null @@ -1,22 +0,0 @@ -getAnnotations('likes', $limit, $offset); - -if (is_array($annotations) && sizeof($annotations) > 0) { - foreach($annotations as $annotation) { - echo elgg_view_annotation($annotation, "", false); - } -} -- cgit v1.2.3