From 26bc46d9b671ea069fc779ecb8b4ac90323c2291 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 07 Sep 2011 02:59:48 -0400
Subject: [PATCH] - Move two entries from 0.6-rc to trunk's changelog part

---
 program/include/rcube_cache.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/include/rcube_cache.php b/program/include/rcube_cache.php
index a9af8b1..204eaa5 100644
--- a/program/include/rcube_cache.php
+++ b/program/include/rcube_cache.php
@@ -434,7 +434,7 @@
     /**
      * 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));

--
Gitblit v1.9.1