Commit a8b7d29f authored by mku's avatar mku

ZP-336 #comment Status is missing in Settings->deviceinformation #time 10m

git-svn-id: https://z-push.org/svn/z-push/trunk@1604 b7dd7b3b-3a3c-0410-9da9-bee62a6cc5b5
parent 743976ae
......@@ -121,6 +121,7 @@ class Settings extends RequestProcessor {
case SYNC_SETTINGS_DEVICEINFORMATION:
$deviceinformation = new SyncDeviceInformation();
$deviceinformation->Decode(self::$decoder);
$deviceinformation->Status = SYNC_SETTINGSSTATUS_SUCCESS;
self::$deviceManager->SaveDeviceInformation($deviceinformation);
break;
......
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