Commit 228c947b authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1270 Fixed whitespace.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 55bc51a9
......@@ -177,7 +177,7 @@ class WebserviceDevice {
$folderObject = new stdClass();
$folderObject->store = $folder['store'];
$folderObject->folderid = $folder['folderid'];
$folderObject->parentid = (isset($folder['parentid']))?$folder['parentid']:"0";
$folderObject->parentid = (isset($folder['parentid'])) ? $folder['parentid'] : "0";
$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