From 73bf014fa43400314a10a1c3b4191eda01e42d20 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 16:52:22 -0500 Subject: correct tags method for user darcs-hash:20081120215222-84dde-340269eb99daff7815bb2e17a04341f603eef438.gz --- actions/profilesettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 7f12de9fe..1e67fb172 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -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.')); -- cgit v1.2.3-54-g00ecf