]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/OpenID/User_openid_trustroot.php
Updating all Memcached_DataObject extended classes to Managed_DataObject
[quix0rs-gnu-social.git] / plugins / OpenID / User_openid_trustroot.php
index eb82115e9518ba05cd58a38bf7e0dde5ca9e0961..7bfd4d90fda5e1bd8969eb79affbdeb6daef10ee 100644 (file)
@@ -7,7 +7,7 @@ if (!defined('STATUSNET')) {
     exit(1);
 }
 
-class User_openid_trustroot extends Memcached_DataObject
+class User_openid_trustroot extends Managed_DataObject
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -18,10 +18,6 @@ class User_openid_trustroot extends Memcached_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('User_openid_trustroot',$k,$v); }
-
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE