mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 17:04:14 +01:00
Filter by plugin, if passed in via
This commit is contained in:
parent
5fea4ed9a5
commit
ae69fbfe8e
@ -79,7 +79,8 @@ class importexport_export_ui {
|
||||
$sel_options['definition'] = array('' => lang('Select'));
|
||||
$definitions = new importexport_definitions_bo(array(
|
||||
'type' => 'export',
|
||||
'application' => isset($content['appname']) ? $content['appname'] : '%'
|
||||
'application' => isset($content['appname']) ? $content['appname'] : '*',
|
||||
'plugin' => $_plugin ? $_plugin : '*'
|
||||
));
|
||||
foreach ((array)$definitions->get_definitions() as $identifier) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user