From bf0a9465f22377499ab631ebc0c381a343400e1a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 4 May 2010 03:41:42 -0600 Subject: [PATCH] Purged too much - we need to keep the memcache object around --- framework/Cache/lib/Horde/Cache/Memcache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /** -- 2.11.0