diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index 77c2a713f7..ef371e7883 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -152,14 +152,9 @@ use EGroupware\Api\Etemplate; // Set up feedback area $this->feedback($template, $content['definition'] . ': ' . $content['file']['name']); - // Disable push so we don't overload or spend time notifying - EGroupware\Swoolepush\Hooks::pushDisabled(true); - importexport_helper_functions::$dry_run = false; $count = $plugin->import($file, $definition_obj); - EGroupware\Swoolepush\Hooks::pushDisabled(false); - // Don't close progress, leave it open so they can see //static::sendUpdate(null); }