mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-05-28 04:35:53 -04:00
parent
2906dc8acc
commit
75e414006d
1 changed files with 3 additions and 0 deletions
|
|
@ -824,6 +824,9 @@ abstract class DbObject
|
|||
unset($properties[$this->autoincKeyName]);
|
||||
}
|
||||
}
|
||||
if ($column = $this->getUuidColumn()) {
|
||||
$properties[$column] = $this->getUniqueId()->getBytes();
|
||||
}
|
||||
$this->quoteBinaryProperties($properties);
|
||||
|
||||
return $this->db->insert($this->table, $properties);
|
||||
|
|
|
|||
Loading…
Reference in a new issue