Commit ef0402e3 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #373 in ZP/z-push from...

Merge pull request #373 in ZP/z-push from feature/ZP-1050-indicate-short-folder-ids-in-webservice to develop

* commit '0c9ef4f9':
  ZP-1050 The returned data contains a "hasFolderIdMapping" flag now.
parents 5b1afb9e 0c9ef4f9
...@@ -121,6 +121,9 @@ class ZPushAdmin { ...@@ -121,6 +121,9 @@ class ZPushAdmin {
// get information about the folder synchronization status from SyncCollections // get information about the folder synchronization status from SyncCollections
$folders = $device->GetAllFolderIds(); $folders = $device->GetAllFolderIds();
// indicate short folderids
$device->hasFolderIdMapping = $device->HasFolderIdMapping();
foreach ($folders as $folderid) { foreach ($folders as $folderid) {
$fstatus = $device->GetFolderSyncStatus($folderid); $fstatus = $device->GetFolderSyncStatus($folderid);
......
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