diff --git a/library/think/Controller.php b/library/think/Controller.php index bd6676d9..c7086c64 100644 --- a/library/think/Controller.php +++ b/library/think/Controller.php @@ -97,7 +97,7 @@ class Controller */ public function fetch($template = '', $vars = [], $replace = [], $config = []) { - return $this->view->fetch($template, $vars, $replace, $config = []); + return $this->view->fetch($template, $vars, $replace, $config); } /**