From: Cash Costello Date: Wed, 6 Jul 2011 11:23:18 +0000 (-0400) Subject: Fixes #3642 removing likes river code X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0d956e1f0fb8ad6c009c217014984a3fc7c6e77f;p=lorea%2Felgg.git Fixes #3642 removing likes river code --- 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); diff --git a/mod/likes/views/default/river/annotation/likes/create.php b/mod/likes/views/default/river/annotation/likes/create.php deleted file mode 100644 index 0160bcc0b..000000000 --- a/mod/likes/views/default/river/annotation/likes/create.php +++ /dev/null @@ -1,10 +0,0 @@ - $vars['item'], -));