Commit 8b94e82a authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #76 in ZP/z-push from bugfix/ZP-734-wbxml-error-on-settings-password to develop

* commit '9026b279':
  ZP-734 WBXML error on Settings:Password.
parents 87e0633d 9026b279
......@@ -10,7 +10,7 @@
*
* 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
* it under the terms of the GNU Affero General Public License, version 3,
......@@ -51,7 +51,7 @@ class SyncDevicePassword extends SyncObject {
public function SyncDevicePassword() {
$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",
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