projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa8d644
)
Pretty sure we still want a Horde_Cache object here, not a storage_base object.
author
Chuck Hagenbuch
<chuck@horde.org>
Tue, 30 Nov 2010 15:05:32 +0000
(10:05 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Tue, 30 Nov 2010 15:05:32 +0000
(10:05 -0500)
framework/Db/lib/Horde/Db/Adapter/Base.php
patch
|
blob
|
history
diff --git
a/framework/Db/lib/Horde/Db/Adapter/Base.php
b/framework/Db/lib/Horde/Db/Adapter/Base.php
index
adaec96
..
e17e55b
100644
(file)
--- 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;
}