Purged too much - we need to keep the memcache object around
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 May 2010 09:41:42 +0000 (03:41 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 4 May 2010 09:41:42 +0000 (03:41 -0600)
framework/Cache/lib/Horde/Cache/Memcache.php

index c9b3998..36b05d5 100644 (file)
@@ -56,7 +56,7 @@ class Horde_Cache_Memcache extends Horde_Cache_Base
      */
     public function __sleep()
     {
-        return array();
+        return array('_memcache');
     }
 
     /**