* Finish task #8954.

This commit is contained in:
Yagami
2021-01-11 16:45:31 +08:00
parent bae9c6ccec
commit 3008fe0292
4 changed files with 7 additions and 4 deletions
+2
View File
@@ -825,6 +825,8 @@ class program extends control
*/
public function PRJCreate($model = 'waterfall', $programID = 0, $from = 'PRJ', $copyProjectID = '')
{
if($from == 'PGM') $this->lang->PRJ->menu = $this->lang->program->menu;
if($_POST)
{
$projectID = $this->program->PRJCreate();