Db: style

This commit is contained in:
Thomas Gelf 2016-03-09 09:46:10 +01:00
parent 6105ae4386
commit faf40ec970
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ class Db extends DbConnection
$sql = sprintf(
$sql,
$this->dbHexFunc('checksum'),
$this->dbHexFunc('parent_checksum'));
$this->dbHexFunc('parent_checksum')
);
return $this->db()->fetchRow(
$sql,