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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = Profile_tag::setTags($user->id, $profile->id);
|
$result = Profile_tag::setTags($user->id, $profile->id, $tags);
|
||||||
|
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
$this->client_error(_('Could not save tags.'));
|
$this->client_error(_('Could not save tags.'));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user