* Modify the navigation of the edit program.

This commit is contained in:
qiyu-xie
2021-04-25 08:24:25 +08:00
parent b2475a73f5
commit 4c40da1ec7
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -168,8 +168,6 @@ class program extends control
$this->send(array('result' => 'success', 'message' => $this->lang->saveSuccess, 'locate' => inLink('browse')));
}
$this->program->setMenu($programID);
$program = $this->program->getByID($programID);
$parentProgram = $program->parent ? $this->program->getByID($program->parent) : '';
$parents = $this->program->getParentPairs();