Merge branch 'dev7400-1' into next-release-8
This commit is contained in:
commit
b9c1bdfa3e
47 changed files with 138 additions and 82 deletions
|
|
@ -937,7 +937,7 @@ class Fiche
|
|||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
record_log($e->getTraceAsString());
|
||||
record_log($e->getMessage()." ".$e->getTraceAsString());
|
||||
$this->cn->rollback();
|
||||
throw ($e);
|
||||
return;
|
||||
|
|
@ -1133,7 +1133,7 @@ class Fiche
|
|||
$e->getMessage().
|
||||
'</span>';
|
||||
record_log($e->getMessage());
|
||||
record_log($e->getTraceAsString());
|
||||
record_log($e);
|
||||
$this->cn->rollback();
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue