mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Import/Export - Avoid error if definition doesn't have filter set
This commit is contained in:
parent
4a9ce8e82f
commit
9743aa0eae
@ -207,7 +207,7 @@ class importexport_export_ui {
|
|||||||
if(!$content['plugin_selectors_html'] && !$content['plugin_selectors_template']) {
|
if(!$content['plugin_selectors_html'] && !$content['plugin_selectors_template']) {
|
||||||
$readonlys[$tabs]['selection_tab'] = true;
|
$readonlys[$tabs]['selection_tab'] = true;
|
||||||
}
|
}
|
||||||
$content['filter'] = $definition->filter;
|
$content['filter'] = (Array)$definition->filter;
|
||||||
$content['filter']['fields'] = importexport_helper_functions::get_filter_fields($_appname, $selected_plugin);
|
$content['filter']['fields'] = importexport_helper_functions::get_filter_fields($_appname, $selected_plugin);
|
||||||
if(!$content['filter']['fields'])
|
if(!$content['filter']['fields'])
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user