mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
parent
2906dc8acc
commit
75e414006d
@ -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…
x
Reference in New Issue
Block a user