mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
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:
parent
d3bfe624b1
commit
57c3aa5d9d
1 changed files with 1 additions and 1 deletions
2
classes/cache/CacheApc.class.php
vendored
2
classes/cache/CacheApc.class.php
vendored
|
|
@ -116,7 +116,7 @@ class CacheApc extends CacheBase {
|
|||
* @return void
|
||||
*/
|
||||
function delete($key) {
|
||||
$this->_delete($_key);
|
||||
$this->_delete($key);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue