From b2fcbba66533b0d9fb51a83badf0560ab08e91b8 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 19:36:55 -0500 Subject: missed $tags in setTags darcs-hash:20081121003655-84dde-56051867f44c63546a972dd55d364e3dc43f799c.gz --- actions/tagother.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/tagother.php') diff --git a/actions/tagother.php b/actions/tagother.php index 1bf148743..ed9d7c80d 100644 --- a/actions/tagother.php +++ b/actions/tagother.php @@ -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.')); -- cgit v1.2.3-54-g00ecf