* Finish task#8962. Fix bug.

This commit is contained in:
qiyu-xie
2021-01-18 13:16:19 +08:00
parent c907c0fad5
commit 08a8b5f2e9
3 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ class program extends control
{
$this->lang->navGroup->program = 'program';
$parentProgram = $parentProgramID ? $this->program->getPGMByID($parentProgramID) : '';
$parentProgram = $this->program->getPGMByID($parentProgramID);
if($_POST)
{