* Set use zui3 as default.

This commit is contained in:
zhaoke
2023-08-31 09:41:38 +08:00
parent b2bfe3f8ec
commit 1875e27887
+1 -1
View File
@@ -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;