mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
replace delete with del
This commit is contained in:
parent
866c78a6b2
commit
b1c23eb5e8
|
|
@ -130,7 +130,7 @@ class MemCached extends ConnectionAbstract
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $this->con->delete($key);
|
return $this->con->del($key);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user