mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
log execeptions happening during mergeprint for easier debugging
This commit is contained in:
parent
a4d39d5873
commit
a0d419a145
@ -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