CC-6050: User management bugfix
This commit is contained in:
parent
dd4cbe5b63
commit
ada6b97873
2 changed files with 2 additions and 9 deletions
|
@ -102,7 +102,6 @@ class UserController extends Zend_Controller_Action
|
|||
public function getHostsAction()
|
||||
{
|
||||
$search = $this->_getParam('term');
|
||||
$res = Application_Model_User::getHosts($search);
|
||||
$this->view->hosts = Application_Model_User::getHosts($search);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue