From: Jan Schneider Date: Thu, 5 Mar 2009 10:18:40 +0000 (+0100) Subject: Fix class name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=96d2504dcfebfa138a13fc45329cc8decfa54658;p=horde.git Fix class name. Bug: 8047 --- 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