forked from extern/egroupware
Api: Fix "Unsupported operand types: array + bool" when infolog linked contact could not be read
This commit is contained in:
parent
118b9c0e92
commit
e3526d2bef
@ -1820,7 +1820,7 @@ abstract class Merge
|
|||||||
// Don't break merge, just log it
|
// Don't break merge, just log it
|
||||||
error_log($e->getMessage());
|
error_log($e->getMessage());
|
||||||
}
|
}
|
||||||
return $replacements;
|
return $replacements ?: [];
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user