Commit a31eb097 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1186 Folder created under root in Outlook is not synced.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 156fb7c9
...@@ -129,7 +129,7 @@ class FolderChange extends RequestProcessor { ...@@ -129,7 +129,7 @@ class FolderChange extends RequestProcessor {
// switch user store if this this happens inside an additional folder // switch user store if this this happens inside an additional folder
// if this is an additional folder the backend has to be setup correctly // if this is an additional folder the backend has to be setup correctly
if (!self::$backend->Setup(ZPush::GetAdditionalSyncFolderStore((($parentBackendId !== false)?$parentBackendId:$backendid)))) if (!self::$backend->Setup(ZPush::GetAdditionalSyncFolderStore((($parentBackendId != false)?$parentBackendId:$backendid))))
throw new StatusException(sprintf("HandleFolderChange() could not Setup() the backend for folder id '%s'", (($parentBackendId !== false)?$parentBackendId:$backendid)), SYNC_FSSTATUS_SERVERERROR); throw new StatusException(sprintf("HandleFolderChange() could not Setup() the backend for folder id '%s'", (($parentBackendId !== false)?$parentBackendId:$backendid)), SYNC_FSSTATUS_SERVERERROR);
} }
catch (StateNotFoundException $snfex) { catch (StateNotFoundException $snfex) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment