IcingaConfig: fix typo

This commit is contained in:
Thomas Gelf 2016-06-16 16:04:05 +02:00
parent bafc53e7a2
commit 558128e36e
1 changed files with 1 additions and 1 deletions

View File

@ -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'))