Improve code
This commit is contained in:
parent
862bad078e
commit
e400bef761
1 changed files with 1 additions and 2 deletions
|
|
@ -209,8 +209,7 @@ class Document
|
|||
|
||||
return $ret;
|
||||
} catch (Exception $e) {
|
||||
record_log($e->getMessage());
|
||||
record_log($e->getTraceAsString());
|
||||
record_log($e);
|
||||
return span(_("Génération du document a échoué"),'class="notice"');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue