diff --git a/module/datatable/control.php b/module/datatable/control.php index 804bf4709c..efaf693b42 100644 --- a/module/datatable/control.php +++ b/module/datatable/control.php @@ -113,7 +113,7 @@ class datatable extends control if($this->post->global) $this->setting->setItem('system.' . $name, $value); if(dao::isError()) return $this->send(array('result' => 'fail', 'message' => 'dao error.')); - return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => true)); + return $this->send(array('result' => 'success', 'closeModal' => true, 'load' => 'table')); } }