From 1875e27887155ad804378699edff40fcd0e2b06d Mon Sep 17 00:00:00 2001 From: zhaoke Date: Thu, 31 Aug 2023 09:41:35 +0800 Subject: [PATCH] * Set use zui3 as default. --- framework/base/control.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/base/control.class.php b/framework/base/control.class.php index e8c38c25af..3576d8fd3f 100644 --- a/framework/base/control.class.php +++ b/framework/base/control.class.php @@ -914,7 +914,7 @@ class baseControl */ public function display(string $moduleName = '', string $methodName = '') { - if($this->config->debug && $this->viewType === 'html' && (!isset($_GET['zin']) || $_GET['zin'] != '0')) + if($this->viewType === 'html' && (!isset($_GET['zin']) || $_GET['zin'] != '0')) { if(empty($moduleName)) $moduleName = $this->moduleName; if(empty($methodName)) $methodName = $this->methodName;