mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:31 +01:00
* addressbook/export: fix problem of failed export for non admins, when no export-limit is set
This commit is contained in:
parent
e2549fd4a0
commit
10c10c32f5
@ -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