* Fix bug#3817.

This commit is contained in:
hufangzhou
2021-01-27 11:24:36 +08:00
parent 49160e91af
commit 2f9bc2f43a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -459,6 +459,7 @@ class program extends control
public function PGMStakeholder($programID = 0, $orderBy = 't1.id_desc', $recTotal = 0, $recPerPage = 15, $pageID = 1)
{
$this->loadModel('user');
$this->app->loadLang('user');
$this->lang->navGroup->program = 'program';
$this->lang->program->switcherMenu = $this->program->getPGMSwitcher($programID, true);
$this->lang->program->mainMenuAction = $this->program->getPGMMainAction();