fixed error handling
This commit is contained in:
parent
2b9d775347
commit
cd749730a4
|
@ -167,6 +167,7 @@ function printImportTabProcessing(&$tabindex) {
|
||||||
$container->add(new htmlStatusMessage('ERROR', $e->getTitle(), $e->getMessage()), 12);
|
$container->add(new htmlStatusMessage('ERROR', $e->getTitle(), $e->getMessage()), 12);
|
||||||
parseHtml(null, $container, array(), false, $tabindex, 'user');
|
parseHtml(null, $container, array(), false, $tabindex, 'user');
|
||||||
printImportTabContent($tabindex);
|
printImportTabContent($tabindex);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
echo "<form enctype=\"multipart/form-data\" action=\"importexport.php\" method=\"post\">\n";
|
echo "<form enctype=\"multipart/form-data\" action=\"importexport.php\" method=\"post\">\n";
|
||||||
$container = new htmlResponsiveRow();
|
$container = new htmlResponsiveRow();
|
||||||
|
|
Loading…
Reference in New Issue