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