mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02: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);
|
unset($dst_file);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} catch (Api\Db\Exception $db_ex) {
|
||||||
|
$this->message .= lang('Database error');
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$this->message .= $e->getMessage();
|
$this->message .= $e->getMessage();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user