From: Gunnar Wrobel Date: Thu, 12 Mar 2009 17:43:40 +0000 (+0000) Subject: Fix incorrect class name from Horde_Cache_Apc to Horde_Cache_Null. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=79d9f2d49f9ce938012b772138ed7f74929b466e;p=horde.git Fix incorrect class name from Horde_Cache_Apc to Horde_Cache_Null. --- 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