From c576e60197dc111b0f026662bfaf15f0387278e2 Mon Sep 17 00:00:00 2001 From: hufangzhou Date: Tue, 19 Oct 2021 17:36:13 +0800 Subject: [PATCH] * Compatible with pro version in mobile. --- module/program/control.php | 2 ++ 1 file changed, 2 insertions(+) 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;