]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
missed $tags in setTags
authorEvan Prodromou <evan@prodromou.name>
Fri, 21 Nov 2008 00:36:55 +0000 (19:36 -0500)
committerEvan Prodromou <evan@prodromou.name>
Fri, 21 Nov 2008 00:36:55 +0000 (19:36 -0500)
darcs-hash:20081121003655-84dde-56051867f44c63546a972dd55d364e3dc43f799c.gz

actions/tagother.php

index 1bf148743b3a0f79ad254da8fe1a081584d77ead..ed9d7c80d1660ef8caec7e93f0a41457ff7fe807 100644 (file)
@@ -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.'));