From: Chuck Hagenbuch Date: Tue, 30 Nov 2010 15:05:32 +0000 (-0500) Subject: Pretty sure we still want a Horde_Cache object here, not a storage_base object. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d21a5e34d700a3e1b14fcfbe0d685513c6d26e67;p=horde.git Pretty sure we still want a Horde_Cache object here, not a storage_base object. --- diff --git a/framework/Db/lib/Horde/Db/Adapter/Base.php b/framework/Db/lib/Horde/Db/Adapter/Base.php index adaec96ad..e17e55b18 100644 --- a/framework/Db/lib/Horde/Db/Adapter/Base.php +++ b/framework/Db/lib/Horde/Db/Adapter/Base.php @@ -177,7 +177,7 @@ abstract class Horde_Db_Adapter_Base implements Horde_Db_Adapter * * @var Horde_Cache $logger The cache object. */ - public function setCache(Horde_Cache_Storage_Base $cache) + public function setCache(Horde_Cache $cache) { $this->_cache = $cache; }