]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Nonce.php
Fix canonical tags in notice and in URLs
[quix0rs-gnu-social.git] / classes / Nonce.php
index 1a3f3586899e6a82a71081c98c12fb6e468e70ab..2c0edfa14d70561bb4c6341310a93ddd3c837ef0 100644 (file)
@@ -2,9 +2,9 @@
 /**
  * Table Definition for nonce
  */
-require_once 'DB/DataObject.php';
+require_once INSTALLDIR.'/classes/Memcached_DataObject.php';
 
-class Nonce extends DB_DataObject
+class Nonce extends Memcached_DataObject 
 {
     ###START_AUTOCODE
     /* the code below is auto generated do not remove the above tag */
@@ -18,7 +18,8 @@ class Nonce extends DB_DataObject
     public $modified;                        // timestamp()   not_null default_CURRENT_TIMESTAMP
 
     /* Static get */
-    function staticGet($k,$v=NULL) { return DB_DataObject::staticGet('Nonce',$k,$v); }
+    function staticGet($k,$v=null)
+    { return Memcached_DataObject::staticGet('Nonce',$k,$v); }
 
     /* the code above is auto generated do not remove the tag below */
     ###END_AUTOCODE