]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Memcached_DataObject.php
common_memcache() => Cache::instance()
[quix0rs-gnu-social.git] / classes / Memcached_DataObject.php
index 0f1ed04892a61335b7913177e385bcd32bfd56a3..0c46ef2b414ee4b87f0b641b7bd9a604f1b97aed 100644 (file)
@@ -124,7 +124,7 @@ class Memcached_DataObject extends Safe_DataObject
     }
 
     static function memcache() {
-        return common_memcache();
+        return Cache::instance();
     }
 
     static function cacheKey($cls, $k, $v) {