* Code for task#58578.

This commit is contained in:
xieqiyu
2022-06-30 10:28:38 +08:00
parent afa1631a35
commit 38ba859322
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -186,6 +186,11 @@ class programplan extends control
$this->app->loadLang('project');
$this->app->loadLang('execution');
$plan = $this->programplan->getByID($planID);
global $lang;
$lang->executionCommon = $lang->execution->stage;
include $this->app->getModulePath('', 'execution') . 'lang/' . $this->app->getClientLang() . '.php';
if($_POST)
{
$changes = $this->programplan->update($planID, $projectID);