Commit 7ade800c 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 a31eb097
...@@ -129,8 +129,8 @@ class FolderChange extends RequestProcessor { ...@@ -129,8 +129,8 @@ 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) {
$status = SYNC_FSSTATUS_SYNCKEYERROR; $status = SYNC_FSSTATUS_SYNCKEYERROR;
......
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