]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Foreign_user.php
Use CachingNoticeStream for "All" feed (hope it works)
[quix0rs-gnu-social.git] / classes / Foreign_user.php
index 4a41e07f4d87d796d750140a29ef981a8a9642cf..ec36dc342356db720e7ce37fe9265c6aada4f92d 100644 (file)
@@ -17,9 +17,6 @@ class Foreign_user extends Managed_DataObject
     public $created;                         // datetime()   not_null
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
-    /* Static get */
-    function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('Foreign_user',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE