* Fix error.

This commit is contained in:
zhaoke
2022-11-25 06:20:08 +00:00
parent 38f77f0ae4
commit 83b5cbd8dd
+1
View File
@@ -69,6 +69,7 @@ class zahost extends control
$this->view->orderBy = $orderBy;
$this->view->nodeList = $this->loadModel("zanode")->getListByHost($this->view->zahost->parent, $orderBy);
$this->view->actions = $this->loadModel('action')->getList('zahost', $id);
$this->view->users = $this->loadModel('user')->getPairs('noletter|nodeleted');
$this->display();
}