* Format module and method vars.

This commit is contained in:
tianshujie
2024-03-21 10:06:01 +08:00
parent 5d80c7325a
commit 07cd421aa0
+1 -1
View File
@@ -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')