projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27525b2
)
Fix class name.
author
Jan Schneider
<jan@horde.org>
Thu, 5 Mar 2009 10:18:40 +0000
(11:18 +0100)
committer
Jan Schneider
<jan@horde.org>
Thu, 5 Mar 2009 10:18:40 +0000
(11:18 +0100)
Bug: 8047
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