X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FOpenID%2FUser_openid_trustroot.php;h=7bfd4d90fda5e1bd8969eb79affbdeb6daef10ee;hb=e95f77d34c501d345e731ccf6bc722034d155b77;hp=eb82115e9518ba05cd58a38bf7e0dde5ca9e0961;hpb=c36608b233800e02217b45d5e1eeed21ca3b9034;p=quix0rs-gnu-social.git diff --git a/plugins/OpenID/User_openid_trustroot.php b/plugins/OpenID/User_openid_trustroot.php index eb82115e95..7bfd4d90fd 100644 --- a/plugins/OpenID/User_openid_trustroot.php +++ b/plugins/OpenID/User_openid_trustroot.php @@ -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