aboutsummaryrefslogtreecommitdiff
path: root/mod/likes/actions/likes/add.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/likes/actions/likes/add.php')
-rw-r--r--mod/likes/actions/likes/add.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/likes/actions/likes/add.php b/mod/likes/actions/likes/add.php
index 7ccb19d92..b76c1bea9 100644
--- a/mod/likes/actions/likes/add.php
+++ b/mod/likes/actions/likes/add.php
@@ -57,8 +57,5 @@ if ($entity->owner_guid != $user->guid) {
system_message(elgg_echo("likes:likes"));
-//add to river
-add_to_river('annotation/annotatelike', 'likes', $user->guid, $entity->guid, "", 0, $annotation);
-
// Forward back to the page where the user 'liked' the object
forward(REFERER);