Commit 6a567b63 authored by mku's avatar mku

ZP-494 #comment LG-D802 stops syncing after Settings command

git-svn-id: https://z-push.org/svn/z-push/trunk@1794 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 814ac4a6
......@@ -217,11 +217,9 @@ class Settings extends RequestProcessor {
//set device information
if (isset($deviceinformation)) {
self::$encoder->startTag(SYNC_SETTINGS_DEVICEINFORMATION);
self::$encoder->startTag(SYNC_SETTINGS_SET);
self::$encoder->startTag(SYNC_SETTINGS_STATUS);
self::$encoder->content($deviceinformation->Status);
self::$encoder->endTag(); //SYNC_SETTINGS_STATUS
self::$encoder->endTag(); //SYNC_SETTINGS_SET
self::$encoder->startTag(SYNC_SETTINGS_STATUS);
self::$encoder->content($deviceinformation->Status);
self::$encoder->endTag(); //SYNC_SETTINGS_STATUS
self::$encoder->endTag(); //SYNC_SETTINGS_DEVICEINFORMATION
}
......
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