summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/tagother.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tagother.php b/actions/tagother.php
index 1bf148743..ed9d7c80d 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -141,7 +141,7 @@ class TagotherAction extends Action {
return;
}
- $result = Profile_tag::setTags($user->id, $profile->id);
+ $result = Profile_tag::setTags($user->id, $profile->id, $tags);
if (!$result) {
$this->client_error(_('Could not save tags.'));