diff --git a/module/program/control.php b/module/program/control.php index 959e78d4e1..b2ac179ed0 100644 --- a/module/program/control.php +++ b/module/program/control.php @@ -124,6 +124,8 @@ class program extends control $path = explode(',', $program->path); $path = array_filter($path); $programID = current($path); + + $this->view->program = $program; } $this->view->title = $this->lang->program->product;