]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Related_group.php
Don't abort on too long notices in Notice::saveActivity
[quix0rs-gnu-social.git] / classes / Related_group.php
index 67d6ce3fc75b29e6a0e23a002c772331070b9363..186ee9754b370f95081d0b3589b764ff54962256 100644 (file)
@@ -13,9 +13,6 @@ class Related_group extends Managed_DataObject
     public $related_group_id;                // int(4)  primary_key not_null
     public $created;                         // datetime()   not_null
 
-    /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Related_group',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE