* Use the page in the ui during installation.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user