summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-05 17:09:25 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-07-05 17:09:25 +0000
commit537edf9220dc836766cb19aa6b02264b547a179c (patch)
treef257c59c1d5f5f06a18e8a6a94b476f9ee12bace /roundcubemail/program/include
parentc461bdce834fad7cfd6e7e5398c98e38f32cf8e8 (diff)
- Added lost argument in delete_record() method
git-svn-id: https://svn.roundcube.net/trunk@4909 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include')
-rw-r--r--roundcubemail/program/include/rcube_cache.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_cache.php b/roundcubemail/program/include/rcube_cache.php
index a9af8b180..204eaa570 100644
--- a/roundcubemail/program/include/rcube_cache.php
+++ b/roundcubemail/program/include/rcube_cache.php
@@ -434,7 +434,7 @@ class rcube_cache
/**
* Deletes entry from memcache/apc DB.
*/
- private function delete_record($index=true)
+ private function delete_record($key, $index=true)
{
if ($this->type == 'memcache')
$this->db->delete($this->ckey($key));