mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2026-06-14 20:04:15 -04:00
Import: one more protection against braindead "AI"
This commit is contained in:
parent
358590024c
commit
5b8dcc44db
1 changed files with 3 additions and 3 deletions
|
|
@ -422,10 +422,10 @@ class Import
|
|||
$query = $db
|
||||
->select()
|
||||
->from(
|
||||
$table,
|
||||
array('checksum' => $conn->dbHexFunc('checksum'))
|
||||
array('c' => $table),
|
||||
array('checksum' => $conn->dbHexFunc('c.checksum'))
|
||||
)->where(
|
||||
$conn->dbHexFunc('checksum') . ' IN (?)',
|
||||
$conn->dbHexFunc('c.checksum') . ' IN (?)',
|
||||
$hexed
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue