From fb8c5cb4681f88d25e4a4eb0cc0d7b31216248f7 Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 19 Aug 2009 01:49:37 +0000 Subject: river event for tagging is now picking up access level from image --- actions/addtag.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- cgit v1.2.3