Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
z-push
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Björn Fischer
z-push
Commits
9026b279
Commit
9026b279
authored
Oct 27, 2015
by
Manfred Kutas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZP-734 WBXML error on Settings:Password.
Released under the Affero GNU General Public License (AGPL) version 3.
parent
87e0633d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
syncdevicepassword.php
src/lib/syncobjects/syncdevicepassword.php
+2
-2
No files found.
src/lib/syncobjects/syncdevicepassword.php
View file @
9026b279
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment