From 5bd2f3d45ce97ad89c2eaadabf279b3d32e1af02 Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 4 Jan 2024 10:19:00 -0700 Subject: [PATCH] * Importexport: Fix import through dialog fails --- importexport/inc/class.importexport_import_ui.inc.php | 5 ----- 1 file changed, 5 deletions(-) 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); }