correct tags method for user
darcs-hash:20081120215222-84dde-340269eb99daff7815bb2e17a04341f603eef438.gz
This commit is contained in:
parent
13decf4086
commit
73bf014fa4
@ -315,7 +315,7 @@ class ProfilesettingsAction extends SettingsAction {
|
|||||||
|
|
||||||
# Set the user tags
|
# Set the user tags
|
||||||
|
|
||||||
$result = $user->setTags($tags);
|
$result = $user->setSelfTags($tags);
|
||||||
|
|
||||||
if (!$result) {
|
if (!$result) {
|
||||||
common_server_error(_('Couldn\'t save tags.'));
|
common_server_error(_('Couldn\'t save tags.'));
|
||||||
|
Loading…
Reference in New Issue
Block a user