From ba6c899262ca5bc1c233fa8eb2e3451f8f500265 Mon Sep 17 00:00:00 2001 From: daitingting Date: Tue, 13 Jun 2023 01:22:37 +0000 Subject: [PATCH] * Fix spell mistake. --- module/datatable/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/datatable/control.php b/module/datatable/control.php index 9281b81604..08cd4979d1 100644 --- a/module/datatable/control.php +++ b/module/datatable/control.php @@ -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 {