From 6c0d3b2c81096e4ddf0373a0c5e8de48a804c5cf Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 12 Oct 2010 22:46:43 +0000 Subject: [PATCH] Fix accidentally commited debug code --- importexport/inc/class.importexport_helper_functions.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/importexport/inc/class.importexport_helper_functions.inc.php b/importexport/inc/class.importexport_helper_functions.inc.php index 47eb044c6a..e1a8d05229 100755 --- a/importexport/inc/class.importexport_helper_functions.inc.php +++ b/importexport/inc/class.importexport_helper_functions.inc.php @@ -315,7 +315,6 @@ class importexport_helper_functions { ); $appnames = $_appname == 'all' ? array_keys($GLOBALS['egw_info']['apps']) : (array)$_appname; $types = $_type == 'all' ? array('import','export') : (array)$_type; - $plugins = self::_get_plugins($appnames, $types); foreach($plugins as $appname => $types) { if(!in_array($appname, $appnames)) unset($plugins['appname']);