parent
3fd9a4c0de
commit
d2eed4fff3
|
@ -735,6 +735,9 @@ class Db extends DbConnection
|
||||||
)->order('o.object_name');
|
)->order('o.object_name');
|
||||||
|
|
||||||
$res = $this->db()->fetchCol($select);
|
$res = $this->db()->fetchCol($select);
|
||||||
|
if (empty($res)) {
|
||||||
|
return array();
|
||||||
|
}
|
||||||
|
|
||||||
return array_combine($res, $res);
|
return array_combine($res, $res);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue