fixed error handling

This commit is contained in:
Roland Gruber 2018-09-15 15:10:50 +02:00
parent 2b9d775347
commit cd749730a4
1 changed files with 1 additions and 0 deletions

View File

@ -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 "<form enctype=\"multipart/form-data\" action=\"importexport.php\" method=\"post\">\n";
$container = new htmlResponsiveRow();