* Move getLink method to zen.

This commit is contained in:
caoyanyi
2023-09-14 14:37:26 +08:00
parent fa0201d879
commit 82a0f7b0ad
4 changed files with 33 additions and 57 deletions
+1 -1
View File
@@ -627,7 +627,7 @@ class program extends control
}
$this->view->programTree = $this->programZen->buildTree($programs);
$this->view->link = $this->program->getLink($module, $method, '{id}', '', 'program');
$this->view->link = $this->programZen->getLink($module, $method, '{id}', '', 'program');
$this->display();
}