Commit 308a9505 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.

(cherry picked from commit 8b94e82a)
parent f1e63689
...@@ -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)
...@@ -60,4 +60,4 @@ class SyncDevicePassword extends SyncObject { ...@@ -60,4 +60,4 @@ class SyncDevicePassword extends SyncObject {
parent::SyncObject($mapping); parent::SyncObject($mapping);
} }
} }
?> ?>
\ No newline at end of file
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