From 0bd23123c4288e365b75c6363101f7d9e3f72011 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 15 Aug 2009 13:58:49 -0600 Subject: [PATCH] Fix typo --- 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 de7c62a03..a439e5373 100644 --- a/framework/Cache/lib/Horde/Cache/Memcache.php +++ b/framework/Cache/lib/Horde/Cache/Memcache.php @@ -106,7 +106,7 @@ class Horde_Cache_Memcache extends Horde_Cache_Base */ public function exists($key, $lifetime = 1) { - return ($this->_get($key, $lifetime) !== false); + return ($this->get($key, $lifetime) !== false); } /** -- 2.11.0