mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
fixed apc caching bug for deletion
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10773 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6700e7d9d9
commit
744cc459ac
1 changed files with 0 additions and 1 deletions
1
classes/cache/CacheApc.class.php
vendored
1
classes/cache/CacheApc.class.php
vendored
|
|
@ -116,7 +116,6 @@ class CacheApc extends CacheBase {
|
|||
* @return void
|
||||
*/
|
||||
function delete($key) {
|
||||
$_key = md5(_XE_PATH_.$key);
|
||||
$this->_delete($_key);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue