]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_tag.php
Merge branch 'extprofile' into 0.9.x
[quix0rs-gnu-social.git] / classes / Profile_tag.php
index 0a1ad9cd6b7cb822678fd24629a248355d88eab1..ab6bab09649d5fbc7b0995a3e6a0dd143adb72e0 100644 (file)
@@ -23,7 +23,6 @@ class Profile_tag extends Memcached_DataObject
     ###END_AUTOCODE
 
     static function getTags($tagger, $tagged) {
-
         $tags = array();
 
         # XXX: store this in memcached
@@ -44,7 +43,6 @@ class Profile_tag extends Memcached_DataObject
     }
 
     static function setTags($tagger, $tagged, $newtags) {
-
         $newtags = array_unique($newtags);
         $oldtags = Profile_tag::getTags($tagger, $tagged);