* Number is treated as a string at chart function ajaxGetSysOption.
This commit is contained in:
@@ -690,6 +690,7 @@ class chartModel extends model
|
||||
}
|
||||
break;
|
||||
case 'string':
|
||||
case 'number':
|
||||
if($field and $sql)
|
||||
{
|
||||
$cols = $this->dbh->query($sql)->fetchAll();
|
||||
|
||||
Reference in New Issue
Block a user