mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 08:14:04 +02:00
DbObject: Fix mixed key collision
This commit is contained in:
parent
628d7c3221
commit
4d2cbdea44
@ -640,6 +640,9 @@ abstract class DbObject
|
||||
}
|
||||
|
||||
} catch (Exception $e) {
|
||||
if (is_array($id)) {
|
||||
$id = print_r($id, 1);
|
||||
}
|
||||
throw new Exception(
|
||||
sprintf(
|
||||
'Storing %s[%s] failed: %s {%s}',
|
||||
|
Loading…
x
Reference in New Issue
Block a user