2 commits - plugins/libkolab

Aleksander Machniak machniak at kolabsys.com
Wed Nov 20 12:46:53 CET 2013


 plugins/libkolab/lib/kolab_storage_cache.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8f35ebb8bf13e54169c5e41a78a249e95009822d
Merge: bcc8008 7299978
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Nov 20 12:46:37 2013 +0100

    Merge branch 'master' of ssh://git.kolab.org/git/roundcube



commit bcc8008dd55962ed65184345ef8a4f3c7d1f0be0
Author: Aleksander Machniak <machniak at kolabsys.com>
Date:   Wed Nov 20 12:45:52 2013 +0100

    Replace insert() with save() - needed after refactoring in last commit

diff --git a/plugins/libkolab/lib/kolab_storage_cache.php b/plugins/libkolab/lib/kolab_storage_cache.php
index 31200ac..84cb2b0 100644
--- a/plugins/libkolab/lib/kolab_storage_cache.php
+++ b/plugins/libkolab/lib/kolab_storage_cache.php
@@ -264,7 +264,7 @@ class kolab_storage_cache
 
         if ($object) {
             // insert new object data...
-            $this->insert($msguid, $object);
+            $this->save($msguid, $object);
         }
         else {
             // ...or set in-memory cache to false




More information about the commits mailing list