From: Michael M Slusarz Date: Tue, 4 May 2010 09:41:42 +0000 (-0600) Subject: Purged too much - we need to keep the memcache object around X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bf0a9465f22377499ab631ebc0c381a343400e1a;p=horde.git Purged too much - we need to keep the memcache object around --- diff --git a/framework/Cache/lib/Horde/Cache/Memcache.php b/framework/Cache/lib/Horde/Cache/Memcache.php index c9b3998ef..36b05d5ba 100644 --- a/framework/Cache/lib/Horde/Cache/Memcache.php +++ b/framework/Cache/lib/Horde/Cache/Memcache.php @@ -56,7 +56,7 @@ class Horde_Cache_Memcache extends Horde_Cache_Base */ public function __sleep() { - return array(); + return array('_memcache'); } /**