From: Cash Costello Date: Wed, 19 Aug 2009 01:49:37 +0000 (+0000) Subject: river event for tagging is now picking up access level from image X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fb8c5cb4681f88d25e4a4eb0cc0d7b31216248f7;p=lorea%2Felgg.git river event for tagging is now picking up access level from image --- diff --git a/actions/addtag.php b/actions/addtag.php index fa2b4b3c6..3f623fc86 100644 --- a/actions/addtag.php +++ b/actions/addtag.php @@ -77,9 +77,9 @@ if (!check_entity_relationship($user_id, 'phototag', $image_guid)) { add_entity_relationship($user_id, 'phototag', $image_guid); - // also add this to the river + // 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); // subject is image + add_to_river('river/object/image/tag', 'tag', $image_guid, $user_id, $access_id); } }