mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-09 23:11:19 +01:00
Fix accidentally commited debug code
This commit is contained in:
parent
7f540ad450
commit
6c0d3b2c81
@ -315,7 +315,6 @@ class importexport_helper_functions {
|
|||||||
);
|
);
|
||||||
$appnames = $_appname == 'all' ? array_keys($GLOBALS['egw_info']['apps']) : (array)$_appname;
|
$appnames = $_appname == 'all' ? array_keys($GLOBALS['egw_info']['apps']) : (array)$_appname;
|
||||||
$types = $_type == 'all' ? array('import','export') : (array)$_type;
|
$types = $_type == 'all' ? array('import','export') : (array)$_type;
|
||||||
$plugins = self::_get_plugins($appnames, $types);
|
|
||||||
|
|
||||||
foreach($plugins as $appname => $types) {
|
foreach($plugins as $appname => $types) {
|
||||||
if(!in_array($appname, $appnames)) unset($plugins['appname']);
|
if(!in_array($appname, $appnames)) unset($plugins['appname']);
|
||||||
|
Loading…
Reference in New Issue
Block a user