From ae333463e1afdcf11cf7052655c4b100b11f5424 Mon Sep 17 00:00:00 2001 From: liugang Date: Wed, 21 Jun 2023 10:11:58 +0800 Subject: [PATCH] - baseControl: remove undefined variable. --- framework/base/control.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/base/control.class.php b/framework/base/control.class.php index 9a93604d98..a7e86389e4 100644 --- a/framework/base/control.class.php +++ b/framework/base/control.class.php @@ -1012,7 +1012,6 @@ class baseControl include $viewFile; if(!\zin\zin::$rendered) \zin\render(); ob_end_flush(); - echo $output; /** * 渲染完毕后,再切换回之前的路径。