mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
Import / Export - fix error messages were sometimes not displayed
This commit is contained in:
parent
188add7671
commit
def658f3f2
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user