]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/User.php
Merge remote-tracking branch 'mainline/1.0.x' into people_tags_rebase
[quix0rs-gnu-social.git] / classes / User.php
index abfcb0e8e259e1d29c5edc5190378605a488c8b7..93afc1e612ec196d776169728f9625c0569e2ce5 100644 (file)
@@ -515,12 +515,12 @@ class User extends Memcached_DataObject
 
     function getSelfTags()
     {
-        return Profile_tag::getTags($this->id, $this->id);
+        return Profile_tag::getTagsArray($this->id, $this->id, $this->id);
     }
 
-    function setSelfTags($newtags)
+    function setSelfTags($newtags, $privacy)
     {
-        return Profile_tag::setTags($this->id, $this->id, $newtags);
+        return Profile_tag::setTags($this->id, $this->id, $newtags, $privacy);
     }
 
     function block($other)