mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 09:14:09 +02:00
IcingaConfig: fix typo
This commit is contained in:
parent
bafc53e7a2
commit
558128e36e
@ -134,7 +134,7 @@ class IcingaConfig
|
||||
|
||||
public static function exists($checksum, Db $connection)
|
||||
{
|
||||
$db = $connnection->getDbAdapter();
|
||||
$db = $connection->getDbAdapter();
|
||||
$query = $db->select()->from(
|
||||
array('c' => self::$table),
|
||||
array('checksum' => $connection->dbHexFunc('c.checksum'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user