plugins/libkolab

Jeroen van Meeuwen vanmeeuwen at kolabsys.com
Thu Oct 3 11:49:53 CEST 2013


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

New commits:
commit ec38ede99c8a55fe9c981ded2a163b2cbd1671ee
Author: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen at kolabsys.com>
Date:   Wed Aug 28 14:23:26 2013 +0200

    This should resolve the error 700 problems

diff --git a/plugins/libkolab/lib/kolab_storage.php b/plugins/libkolab/lib/kolab_storage.php
index 0f81cec..48ac24a 100644
--- a/plugins/libkolab/lib/kolab_storage.php
+++ b/plugins/libkolab/lib/kolab_storage.php
@@ -976,7 +976,7 @@ class kolab_storage
             }
 
             if (!self::$imap->folder_exists($folder)) {
-                if (!self::$imap->folder_create($folder)) {
+                if (!self::$imap->create_folder($folder)) {
                     return;
                 }
             }




More information about the commits mailing list