mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 18:33:39 +01:00
log execeptions happening during mergeprint for easier debugging
This commit is contained in:
parent
6b593b829b
commit
79e13cfb4e
@ -578,6 +578,7 @@ abstract class Merge
|
||||
try {
|
||||
$content = $this->merge_string($content,$ids,$err,$mimetype,$fix);
|
||||
} catch (\Exception $e) {
|
||||
_egw_log_exception($e);
|
||||
$err = $e->getMessage();
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user