From: Evan Prodromou Date: Fri, 21 Nov 2008 00:36:55 +0000 (-0500) Subject: missed $tags in setTags X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2fcbba66533b0d9fb51a83badf0560ab08e91b8;p=quix0rs-gnu-social.git missed $tags in setTags darcs-hash:20081121003655-84dde-56051867f44c63546a972dd55d364e3dc43f799c.gz --- 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.'));