plugins/libkolab

Aleksander Machniak machniak at kolabsys.com
Tue Jun 26 15:28:41 CEST 2012


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

New commits:
commit fbcf1254186fb81b4ed1230d0a2722d1fc9d6f89
Author: Aleksander Machniak <alec at alec.pl>
Date:   Tue Jun 26 15:27:26 2012 +0200

    Reset 'synclock' flag in _sync_unlock(), so the query isn't executed in shutdown function when not needed

diff --git a/plugins/libkolab/lib/kolab_storage_cache.php b/plugins/libkolab/lib/kolab_storage_cache.php
index 004776e..31590ab 100644
--- a/plugins/libkolab/lib/kolab_storage_cache.php
+++ b/plugins/libkolab/lib/kolab_storage_cache.php
@@ -680,6 +680,8 @@ class kolab_storage_cache
             $this->resource_uri,
             'lock'
         );
+
+        $this->synclock = false;
     }
 
     /**





More information about the commits mailing list