* Fix error.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user