mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-27 15:54:03 +02:00
Import: one more protection against braindead "AI"
This commit is contained in:
parent
358590024c
commit
5b8dcc44db
@ -422,10 +422,10 @@ class Import
|
|||||||
$query = $db
|
$query = $db
|
||||||
->select()
|
->select()
|
||||||
->from(
|
->from(
|
||||||
$table,
|
array('c' => $table),
|
||||||
array('checksum' => $conn->dbHexFunc('checksum'))
|
array('checksum' => $conn->dbHexFunc('c.checksum'))
|
||||||
)->where(
|
)->where(
|
||||||
$conn->dbHexFunc('checksum') . ' IN (?)',
|
$conn->dbHexFunc('c.checksum') . ' IN (?)',
|
||||||
$hexed
|
$hexed
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user