* Fix spell mistake.

This commit is contained in:
daitingting
2023-06-13 01:22:37 +00:00
parent e9deb68d02
commit ba6c899262
+1 -1
View File
@@ -134,7 +134,7 @@ class datatable extends control
if(isset($this->config->datatable->$target->cols)) $setting = $this->config->datatable->$target->cols;
if(empty($setting))
{
$cols = $this->dtable->getFieldList($module);
$cols = $this->datatable->getFieldList($module);
}
else
{