mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
Remove extra array, not needed for list view, and prevents proper iteration
This commit is contained in:
parent
7d8347cd34
commit
d6b72ffe8b
@ -546,7 +546,7 @@ class calendar_uilist extends calendar_ui
|
||||
case 'document':
|
||||
if (!$settings) $settings = $GLOBALS['egw_info']['user']['preferences']['calendar']['default_document'];
|
||||
$document_merge = new calendar_merge();
|
||||
$msg = $document_merge->download($settings, array($checked), '', $GLOBALS['egw_info']['user']['preferences']['calendar']['document_dir']);
|
||||
$msg = $document_merge->download($settings, $checked, '', $GLOBALS['egw_info']['user']['preferences']['calendar']['document_dir']);
|
||||
$failed = count($checked);
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user