diff --git a/actions/tagother.php b/actions/tagother.php index 1bf148743b..ed9d7c80d1 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.'));