From 57c3aa5d9dac7d79d7210a48a43af9285ca4a96d Mon Sep 17 00:00:00 2001 From: flyskyko Date: Mon, 16 Jul 2012 10:10:24 +0000 Subject: [PATCH] fixed a mistypo git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10901 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/cache/CacheApc.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/cache/CacheApc.class.php b/classes/cache/CacheApc.class.php index 74b89dd53..2d229bf0b 100644 --- a/classes/cache/CacheApc.class.php +++ b/classes/cache/CacheApc.class.php @@ -116,7 +116,7 @@ class CacheApc extends CacheBase { * @return void */ function delete($key) { - $this->_delete($_key); + $this->_delete($key); } /**