Fix issue
This commit is contained in:
@@ -69,7 +69,7 @@ class zahost extends control
|
||||
|
||||
$this->view->zahost = $this->zahost->getById($id);
|
||||
$this->view->orderBy = $orderBy;
|
||||
$this->view->nodeList = $this->loadModel("zanode")->getListByHost($this->view->zahost->parent, $orderBy);
|
||||
$this->view->nodeList = $this->loadModel("zanode")->getListByHost($this->view->zahost->id, $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