aboutsummaryrefslogtreecommitdiff
path: root/actions/addtag.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/addtag.php')
-rw-r--r--actions/addtag.php4
1 files 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);
}
}