mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
Import: add missing semicolon
This commit is contained in:
parent
bc51c2e81c
commit
d347a18ac6
@ -376,7 +376,7 @@ class Import
|
||||
$query = $db
|
||||
->select()
|
||||
->from($table, 'checksum')
|
||||
->where('LOWER(HEX(checksum)) IN (?)', $hexed)
|
||||
->where('LOWER(HEX(checksum)) IN (?)', $hexed);
|
||||
|
||||
$existing = $db->fetchCol($query);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user