* Compatible with pro version in mobile.

This commit is contained in:
hufangzhou
2021-10-19 17:36:13 +08:00
parent 8f7c0e6f47
commit c576e60197
+2
View File
@@ -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;