Commit 064b4884 authored by skummer's avatar skummer

ZP-237 #comment fixed whitespacing #time 5m

git-svn-id: https://z-push.org/svn/z-push/trunk@1592 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 2b74d941
...@@ -648,8 +648,8 @@ class ASDevice extends StateObject { ...@@ -648,8 +648,8 @@ class ASDevice extends StateObject {
*/ */
public function GetFolderSyncStatus($folderid) { public function GetFolderSyncStatus($folderid) {
if (isset($this->contentData) && isset($this->contentData[$folderid]) && if (isset($this->contentData) && isset($this->contentData[$folderid]) &&
isset($this->contentData[$folderid][self::FOLDERUUID]) && $this->contentData[$folderid][self::FOLDERUUID] !== false && isset($this->contentData[$folderid][self::FOLDERUUID]) && $this->contentData[$folderid][self::FOLDERUUID] !== false &&
isset($this->contentData[$folderid][self::FOLDERSYNCSTATUS]) ) isset($this->contentData[$folderid][self::FOLDERSYNCSTATUS]) )
return $this->contentData[$folderid][self::FOLDERSYNCSTATUS]; return $this->contentData[$folderid][self::FOLDERSYNCSTATUS];
......
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