From 9c0cc73e8ff5c389482579452312ca67e9c01a2c Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Fri, 30 Jul 2010 02:03:23 +0000 Subject: Tidypics now requires Elgg 1.5 or greater --- actions/addtag.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'actions/addtag.php') diff --git a/actions/addtag.php b/actions/addtag.php index 115a81bc6..9e5313b7f 100644 --- a/actions/addtag.php +++ b/actions/addtag.php @@ -78,9 +78,7 @@ if ($image->annotate('phototag', serialize($tag), $access_id, $owner_id)) { add_entity_relationship($user_id, 'phototag', $image_guid); // also add this to the river - subject is image, object is the tagged user - if (function_exists('add_to_river')) { - add_to_river('river/object/image/tag', 'tag', $image_guid, $user_id, $access_id); - } + add_to_river('river/object/image/tag', 'tag', $image_guid, $user_id, $access_id); // notify user of tagging as long as not self if ($owner_id != $user_id) { -- cgit v1.2.3