]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/SubMirror/classes/SubMirror.php
pkeyGet is now static and more similar to getKV
[quix0rs-gnu-social.git] / plugins / SubMirror / classes / SubMirror.php
index ac1eb01f60bd1d230afd38ada5171b19e01991fc..7e8d288b61331e69743eb90b571b5ca73ec637a9 100644 (file)
@@ -204,11 +204,6 @@ class SubMirror extends Managed_DataObject
         return $saved;
     }
 
-    public /*static*/ function pkeyGet($v)
-    {
-        return parent::pkeyGet(__CLASS__, $v);
-    }
-
     /**
      * Get the mirroring setting for a pair of profiles, if existing.
      *