diff --git a/importexport/inc/class.importexport_import_ui.inc.php b/importexport/inc/class.importexport_import_ui.inc.php index f4462bfce0..29f91f3f39 100644 --- a/importexport/inc/class.importexport_import_ui.inc.php +++ b/importexport/inc/class.importexport_import_ui.inc.php @@ -186,6 +186,8 @@ use EGroupware\Api\Etemplate; unset($dst_file); } + } catch (Api\Db\Exception $db_ex) { + $this->message .= lang('Database error'); } catch (Exception $e) { $this->message .= $e->getMessage(); }