]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Profile_tag.php
Move nick updating of User entry to Profile->update()
[quix0rs-gnu-social.git] / classes / Profile_tag.php
index 4e0900aa63a2c21a9ee128970ec73aedeb7824da..39095aeddedeb07f47bbac8c419e0599e625fdb6 100644 (file)
@@ -42,10 +42,6 @@ class Profile_tag extends Managed_DataObject
         );
     }
 
-    function pkeyGet($kv) {
-        return Memcached_DataObject::pkeyGet('Profile_tag', $kv);
-    }
-
     function links()
     {
         return array('tagger,tag' => 'profile_list:tagger,tag');