correct tags method for user

darcs-hash:20081120215222-84dde-340269eb99daff7815bb2e17a04341f603eef438.gz
This commit is contained in:
Evan Prodromou 2008-11-20 16:52:22 -05:00
parent 13decf4086
commit 73bf014fa4
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ class ProfilesettingsAction extends SettingsAction {
# Set the user tags
$result = $user->setTags($tags);
$result = $user->setSelfTags($tags);
if (!$result) {
common_server_error(_('Couldn\'t save tags.'));