]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Unavailable_status_network.php
Possible hack for tags from private dents in public profile or wrong scope (both...
[quix0rs-gnu-social.git] / classes / Unavailable_status_network.php
index 7eefac2c1f583676d64065c1f52177adcfee9768..d1160815c72670858b3e5a83cfd9b119c926ac87 100644 (file)
@@ -50,20 +50,6 @@ class Unavailable_status_network extends Managed_DataObject
     public $nickname;              // varchar(64) UUID
     public $created;               // datetime
 
-    /**
-     * Get an instance by key
-     *
-     * @param string $k Key to use to lookup (usually 'id' for this class)
-     * @param mixed  $v Value to lookup
-     *
-     * @return Happening object found, or null for no hits
-     *
-     */
-    function staticGet($k, $v=null)
-    {
-        return Memcached_DataObject::staticGet('Unavailable_status_network', $k, $v);
-    }
-
     /**
      * The One True Thingy that must be defined and declared.
      */