mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Avoid error if export definition name has a quote in it
This commit is contained in:
parent
385977e828
commit
7a5ebcc89b
@ -93,7 +93,7 @@ class importexport_export_ui {
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if ($title = $definition->get_title()) {
|
if ($title = $definition->get_title()) {
|
||||||
$sel_options['definition'][$title] = $title;
|
$sel_options['definition'][$definition->get_identifier()] = $title;
|
||||||
}
|
}
|
||||||
unset($definition);
|
unset($definition);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user