missed $tags in setTags

darcs-hash:20081121003655-84dde-56051867f44c63546a972dd55d364e3dc43f799c.gz
This commit is contained in:
Evan Prodromou 2008-11-20 19:36:55 -05:00
parent 9325fec4f0
commit b2fcbba665

View File

@ -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.'));