From 96d2504dcfebfa138a13fc45329cc8decfa54658 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 5 Mar 2009 11:18:40 +0100 Subject: [PATCH] Fix class name. Bug: 8047 --- framework/Cache/lib/Horde/Cache/Null.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Cache/lib/Horde/Cache/Null.php b/framework/Cache/lib/Horde/Cache/Null.php index da9c085ac..3a05c6b88 100644 --- a/framework/Cache/lib/Horde/Cache/Null.php +++ b/framework/Cache/lib/Horde/Cache/Null.php @@ -11,7 +11,7 @@ * @author Duck * @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 -- 2.11.0