lib/kolab_sync_data_email.php

Aleksander Machniak machniak at kolabsys.com
Mon Nov 5 15:45:24 CET 2012


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

New commits:
commit ce44e28ff177a7c4c3e6b422b9deaa284737f2e5
Author: Aleksander Machniak <alec at alec.pl>
Date:   Mon Nov 5 15:45:06 2012 +0100

    Fix typo in exception name

diff --git a/lib/kolab_sync_data_email.php b/lib/kolab_sync_data_email.php
index 1f6aed4..3f1606a 100644
--- a/lib/kolab_sync_data_email.php
+++ b/lib/kolab_sync_data_email.php
@@ -410,7 +410,7 @@ class kolab_sync_data_email extends kolab_sync_data implements Syncroton_Data_ID
         $list = $this->backend->folders_list($this->device->deviceid, $this->modelName);
 
         if (!is_array($list)) {
-            throw new Syncroton_Exception_Status_FolderSync(Syncroton_Esception_Status_FolderSync::FOLDER_SERVER_ERROR);
+            throw new Syncroton_Exception_Status_FolderSync(Syncroton_Exception_Status_FolderSync::FOLDER_SERVER_ERROR);
         }
 
         // device doesn't support multiple folders





More information about the commits mailing list