Commit 786d51f9 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1119 Fixed warnings.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 83235040
......@@ -817,6 +817,7 @@ class ZPushAdminCLI {
// $additionalFolders comes directly from the config
array_walk($additionalFolders, function (&$key) { $key["origin"] = 'Configured'; });
foreach(array_merge($additionalFolders,$sharedFolders) as $df) {
$df['additional'] = '';
$syncfolderid = $device->GetFolderIdForBackendId($df['folderid'], false, false, null);
switch($df['type']) {
case SYNC_FOLDER_TYPE_USER_APPOINTMENT:
......
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