Db: just a space

This commit is contained in:
Thomas Gelf 2016-05-25 11:44:45 +02:00
parent d6b4d6f31c
commit e4784880de
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ class Db extends DbConnection
{
$sql = 'SELECT id FROM director_activity_log WHERE checksum = ?';
return $this->db()->fetchOne(
$this->db()->quoteInto($sql, $this->quoteBinary($checksum))
$this->db()->quoteInto($sql, $this->quoteBinary($checksum))
);
}