Commit a2a87d48 authored by Manfred Kutas's avatar Manfred Kutas

ZP-895 Add missing parameters for GetFolderIdForBackendId() call in

ZPushAdmin.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 30181ce6
......@@ -495,7 +495,7 @@ class ZPushAdmin {
$new_list[$fid] = array(
'store' => $so->Store,
'folderid' => $fid,
'syncfolderid' => $device->GetFolderIdForBackendId($fid, false),
'syncfolderid' => $device->GetFolderIdForBackendId($fid, false, false, null),
'name' => $so->displayname,
'type' => $so->type,
'source' => 'static'
......
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