From b0be2cd295c536b285ac9e678da41eda3a50f21f Mon Sep 17 00:00:00 2001 From: Guan Xiying Date: Wed, 19 Oct 2022 10:10:15 +0800 Subject: [PATCH] * Remove useless 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 af56e1572c..34a6592f74 100644 --- a/framework/base/control.class.php +++ b/framework/base/control.class.php @@ -753,7 +753,6 @@ class baseControl $currentModuleName = $this->moduleName; $currentMethodName = $this->methodName; - $currentAppName = $this->appName; $currentParams = $this->app->getParams(); /**