From 07cd421aa01c307c90526af32f53f6c8316d9d07 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Thu, 21 Mar 2024 10:06:01 +0800 Subject: [PATCH] * Format module and method vars. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/model.php b/module/execution/model.php index c66115b14e..bbbb78ac0c 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -132,7 +132,7 @@ class executionModel extends model } $this->session->set('execution', $executionID, $this->app->tab); - $this->lang->switcherMenu = $this->getSwitcher($executionID, $this->app->rawModule, $this->app->rawMethod); + $this->lang->switcherMenu = $this->getSwitcher($executionID, (string)$this->app->rawModule, (string)$this->app->rawMethod); common::setMenuVars('execution', $executionID); if($execution->type != 'kanban' && $this->app->getModuleName() == 'repo' || $this->app->getModuleName() == 'mr')