From 70047ed2af916a99284210b0506d34a74d8e83f5 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Fri, 12 Mar 2021 08:11:48 +0800 Subject: [PATCH] * Fix bug. --- module/common/view/header.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index f63940aeeb..8d950a20ff 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -25,7 +25,7 @@ $isQa = $rawModule == 'qa'; config->systemMode == 'new'):?> program->switcherMenu) ? $lang->program->switcherMenu : '';?> loadModel('project')->getSwitcher($this->session->PRJ, $app->rawModule, $app->rawMethod);?> - execution->getSwitcher($this->session->execution, $app->rawModule, $app->rawMethod);?> + loadModel('execution')->getSwitcher($this->session->execution, $app->rawModule, $app->rawMethod);?> config->systemMode == 'classic'):?> project->switcherMenu) ? $lang->project->switcherMenu : '';;?>