Commit fb2000a4 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-907 Fixed typo.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 2bf9b18a
...@@ -206,7 +206,7 @@ class ChangesMemoryWrapper extends HierarchyCache implements IImportChanges, IEx ...@@ -206,7 +206,7 @@ class ChangesMemoryWrapper extends HierarchyCache implements IImportChanges, IEx
} }
// KOE ZP-907: When a secondary contact folder is patched (update type & change name) don't import it through the backend // KOE ZP-907: When a secondary contact folder is patched (update type & change name) don't import it through the backend
elseif ($folder->type == SYNC_FOLDER_TYPE_UNKNOWN && ZPush::GetDeviceManager()->IsKoe() && !Utils::IsFolderToBeProcessedByKoe($folder)) { elseif ($folder->type == SYNC_FOLDER_TYPE_UNKNOWN && ZPush::GetDeviceManager()->IsKoe() && !Utils::IsFolderToBeProcessedByKoe($folder)) {
ZLog::Write(LOGLEVEL_DEBUG, "ChangesMemoryWrapper->ImportFolderChange(): Rewrote folder type to real type', as KOE patched the folder"); ZLog::Write(LOGLEVEL_DEBUG, "ChangesMemoryWrapper->ImportFolderChange(): Rewrote folder type to real type, as KOE patched the folder");
$folder->type = $folder->TypeReal; $folder->type = $folder->TypeReal;
$retFolder = $folder; $retFolder = $folder;
} }
......
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