mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
* addressbook/export: fix problem of failed export for non admins, when no export-limit is set
This commit is contained in:
parent
f1029c07c9
commit
279b934746
@ -66,7 +66,7 @@ class addressbook_export_contacts_csv implements importexport_iface_export_plugi
|
||||
}
|
||||
$GLOBALS['egw_info']['flags']['currentapp'] = $old_app;
|
||||
|
||||
if(bo_merge::hasExportLimit($export_limit,'ISALLOWED') && !$limit_exception) {
|
||||
if(bo_merge::hasExportLimit($export_limit) && !$limit_exception) {
|
||||
$selection = array_slice($selection, 0, $export_limit);
|
||||
}
|
||||
if($options['explode_multiselects']) {
|
||||
|
Loading…
Reference in New Issue
Block a user