* Fix error of undefined variable.
This commit is contained in:
@@ -314,9 +314,10 @@ class caselib extends control
|
||||
*/
|
||||
public function ajaxGetDropMenu(int $libID, string $module, string $method, string $extra = '')
|
||||
{
|
||||
$libraries = $this->caselib->getLibraries();
|
||||
$this->view->link = $this->caselib->getLibLink($module, $method, $extra);
|
||||
$this->view->libID = $libID;
|
||||
$this->view->libraries = $this->caselib->getLibraries();
|
||||
$this->view->libraries = $libraries;
|
||||
$this->view->librariesPinyin = common::convert2Pinyin($libraries);
|
||||
$this->display();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user