Fix stickler-ci
This commit is contained in:
parent
7f10ef5215
commit
e47c395fe7
@ -2102,7 +2102,7 @@ abstract class CommonObject
|
|||||||
|
|
||||||
$sql = "SELECT " . $field;
|
$sql = "SELECT " . $field;
|
||||||
$sql .= " FROM " . MAIN_DB_PREFIX . $table;
|
$sql .= " FROM " . MAIN_DB_PREFIX . $table;
|
||||||
$sql .= " WHERE " . $id_field . " = " . ((int)$id);
|
$sql .= " WHERE " . $id_field . " = " . ((int) $id);
|
||||||
|
|
||||||
$resql = $this->db->query($sql);
|
$resql = $this->db->query($sql);
|
||||||
if ($resql) {
|
if ($resql) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user