]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/File_to_post.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / classes / File_to_post.php
index 95ac660f47972b29091184e171f0b6896488d345..e53b1ebb4cfa38dc14b6a629ff7cd9f2487d1712 100644 (file)
@@ -84,11 +84,6 @@ class File_to_post extends Managed_DataObject
         }
     }
 
-    function pkeyGet($kv)
-    {
-        return Memcached_DataObject::pkeyGet('File_to_post', $kv);
-    }
-
     function delete()
     {
         $f = File::getKV('id', $this->file_id);