fixed a mistypo

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10901 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-07-16 10:10:24 +00:00
parent d3bfe624b1
commit 57c3aa5d9d

View file

@ -116,7 +116,7 @@ class CacheApc extends CacheBase {
* @return void
*/
function delete($key) {
$this->_delete($_key);
$this->_delete($key);
}
/**