From: Cash Costello Date: Mon, 28 Nov 2011 23:23:08 +0000 (-0500) Subject: Fixes #4116 not liking users now since people think they are liking the activity... X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7a7bdc518860e00809ede27f3cb2e6a31a49b83d;p=lorea%2Felgg.git Fixes #4116 not liking users now since people think they are liking the activity entry --- diff --git a/mod/likes/start.php b/mod/likes/start.php index 690d7c052..0f8e12159 100644 --- a/mod/likes/start.php +++ b/mod/likes/start.php @@ -65,6 +65,11 @@ function likes_river_menu_setup($hook, $type, $return, $params) { if ($item->type == "group" && $item->view != "river/group/create") { return $return; } + + // don't like users #4116 + if ($item->type == "user") { + return $return; + } $object = $item->getObjectEntity(); if (!elgg_in_context('widgets') && $item->annotation_id == 0) {