some fix
This commit is contained in:
parent
5064042929
commit
4a15305505
@ -283,9 +283,9 @@ class ListJsonTable extends JasonTable
|
||||
// 'name' => $key
|
||||
// ]);
|
||||
// $this->html .= $objItem->fetch();
|
||||
$arr = $this->getCurrentFilter($key);
|
||||
$class = new $arr['class']([
|
||||
'param' => $arr['param'],
|
||||
$filter = $this->getCurrentFilter($key);
|
||||
$class = new $filter['class']([
|
||||
'param' => $filter['param'],
|
||||
'name' => $key
|
||||
]);
|
||||
$this->html .= $class->fetch();
|
||||
|
Loading…
Reference in New Issue
Block a user