projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
614d784
)
Fix incorrect class name from Horde_Cache_Apc to Horde_Cache_Null.
author
Gunnar Wrobel
<p@rdus.de>
Thu, 12 Mar 2009 17:43:40 +0000
(17:43 +0000)
committer
Gunnar Wrobel
<p@rdus.de>
Thu, 12 Mar 2009 17:43:40 +0000
(17:43 +0000)
framework/Cache/lib/Horde/Cache/Null.php
patch
|
blob
|
history
diff --git
a/framework/Cache/lib/Horde/Cache/Null.php
b/framework/Cache/lib/Horde/Cache/Null.php
index
da9c085
..
3a05c6b
100644
(file)
--- a/
framework/Cache/lib/Horde/Cache/Null.php
+++ b/
framework/Cache/lib/Horde/Cache/Null.php
@@
-11,7
+11,7
@@
* @author Duck <duck@obala.net>
* @package Horde_Cache
*/
-class Horde_Cache_
Apc
extends Horde_Cache_Base
+class Horde_Cache_
Null
extends Horde_Cache_Base
{
/**
* Attempts to retrieve a piece of cached data and return it to