diff --git a/module/program/control.php b/module/program/control.php index 03d45e0b1f..672800705d 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -497,6 +497,8 @@ class program extends control die(js::locate($this->createLink('program', 'stakeholder', "programID=$programID"), 'parent')); } + $this->program->setMenu($programID); + $this->loadModel('user'); $this->lang->program->switcherMenu = $this->program->getSwitcher($programID, true); diff --git a/module/program/view/createstakeholder.html.php b/module/program/view/createstakeholder.html.php index 7fa676ff05..e4b020d943 100644 --- a/module/program/view/createstakeholder.html.php +++ b/module/program/view/createstakeholder.html.php @@ -85,7 +85,7 @@ -