From 8f73b86b487c3146fb02b9a40e870bbaf34424a7 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 18 Aug 2012 16:17:38 +0200 Subject: [PATCH] Fix typo in PlCache's memcached backend. Signed-off-by: Nicolas Iooss Signed-off-by: Florent Bruneau --- classes/plcache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/plcache.php b/classes/plcache.php index db0bb0c..9558b01 100644 --- a/classes/plcache.php +++ b/classes/plcache.php @@ -474,7 +474,7 @@ class PlMemcacheCache implements PlCacheBackend return $this->context->get($key) !== false; } - public function get($key, $type, $callbac, $cbargs, $expire) + public function get($key, $type, $callback, $cbargs, $expire) { $value = $this->context->get($key); if ($value === false) { -- 2.1.4