forked from GNUsocial/gnu-social
missed $tags in setTags
darcs-hash:20081121003655-84dde-56051867f44c63546a972dd55d364e3dc43f799c.gz
This commit is contained in:
parent
9325fec4f0
commit
b2fcbba665
@ -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.'));
|
||||
|
Loading…
Reference in New Issue
Block a user