* Fix bug #43450.
This commit is contained in:
@@ -509,7 +509,7 @@ class chartModel extends model
|
||||
if($table) $options = $this->dao->select("id, {$field}")->from($table)->fetchPairs();
|
||||
}
|
||||
break;
|
||||
case 'string':
|
||||
default:
|
||||
if($field and $sql)
|
||||
{
|
||||
$cols = $this->dbh->query($sql)->fetchAll();
|
||||
|
||||
Reference in New Issue
Block a user