From cd749730a4dfe522abbc7b106b044629a79fc09f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 15 Sep 2018 15:10:50 +0200 Subject: [PATCH] fixed error handling --- lam/templates/tools/importexport.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/templates/tools/importexport.php b/lam/templates/tools/importexport.php index dee30865..8005b0b5 100644 --- a/lam/templates/tools/importexport.php +++ b/lam/templates/tools/importexport.php @@ -167,6 +167,7 @@ function printImportTabProcessing(&$tabindex) { $container->add(new htmlStatusMessage('ERROR', $e->getTitle(), $e->getMessage()), 12); parseHtml(null, $container, array(), false, $tabindex, 'user'); printImportTabContent($tabindex); + return; } echo "
\n"; $container = new htmlResponsiveRow();