* Use the page in the ui during installation.

This commit is contained in:
liumengyi
2023-08-01 08:59:35 +08:00
parent f746fbb39f
commit 9921f7f98b
+1 -1
View File
@@ -943,7 +943,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;