From 79d9f2d49f9ce938012b772138ed7f74929b466e Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Thu, 12 Mar 2009 17:43:40 +0000 Subject: [PATCH] Fix incorrect class name from Horde_Cache_Apc to Horde_Cache_Null. --- 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