Commit f68b1764 authored by Sebastian Kummer's avatar Sebastian Kummer

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

Merge pull request #484 in ZP/z-push from bugfix/ZP-1173-parentid-missing-in-webservicedevice--additionalfolderlist to develop

* commit '9c3d81fa':
  ZP-1173 Set parentid in response.
parents affb95a8 9c3d81fa
......@@ -157,6 +157,7 @@ class WebserviceDevice {
$folderObject = new stdClass();
$folderObject->store = $folder['store'];
$folderObject->folderid = $folder['folderid'];
$folderObject->parentid = $folder['parentid'];
$folderObject->syncfolderid = $folder['syncfolderid'];
$folderObject->name = $folder['name'];
$folderObject->type = $folder['type'];
......
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