summaryrefslogtreecommitdiff
path: root/classes/User_openid.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/User_openid.php')
-rw-r--r--classes/User_openid.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/classes/User_openid.php b/classes/User_openid.php
index 67f6f3b2e..b65685ce7 100644
--- a/classes/User_openid.php
+++ b/classes/User_openid.php
@@ -2,9 +2,9 @@
/**
* Table Definition for user_openid
*/
-require_once 'DB/DataObject.php';
+require_once 'classes/Memcached_DataObject.php';
-class User_openid extends DB_DataObject
+class User_openid extends Memcached_DataObject
{
###START_AUTOCODE
/* the code below is auto generated do not remove the above tag */
@@ -17,7 +17,7 @@ class User_openid extends DB_DataObject
public $modified; // timestamp() not_null default_CURRENT_TIMESTAMP
/* Static get */
- function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('User_openid',$k,$v); }
+ function staticGet($k,$v=NULL) { return Memcached_DataObject::staticGet('User_openid',$k,$v); }
/* the code above is auto generated do not remove the tag below */
###END_AUTOCODE