Db: style
This commit is contained in:
parent
6105ae4386
commit
faf40ec970
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue