Commit 9026b279 authored by Manfred Kutas's avatar Manfred Kutas

ZP-734 WBXML error on Settings:Password.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 87e0633d
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* *
* Created : 08.11.2011 * Created : 08.11.2011
* *
* Copyright 2007 - 2013 Zarafa Deutschland GmbH * Copyright 2007 - 2013, 2015 Zarafa Deutschland GmbH
* *
* This program is free software: you can redistribute it and/or modify * This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3, * it under the terms of the GNU Affero General Public License, version 3,
...@@ -51,7 +51,7 @@ class SyncDevicePassword extends SyncObject { ...@@ -51,7 +51,7 @@ class SyncDevicePassword extends SyncObject {
public function SyncDevicePassword() { public function SyncDevicePassword() {
$mapping = array ( $mapping = array (
SYNC_SETTINGS_DEVICEPW => array ( self::STREAMER_VAR => "password"), SYNC_SETTINGS_PW => array ( self::STREAMER_VAR => "password"),
SYNC_SETTINGS_PROP_STATUS => array ( self::STREAMER_VAR => "Status", SYNC_SETTINGS_PROP_STATUS => array ( self::STREAMER_VAR => "Status",
self::STREAMER_TYPE => self::STREAMER_TYPE_IGNORE) self::STREAMER_TYPE => self::STREAMER_TYPE_IGNORE)
......
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