CC-6050: User management bugfix

This commit is contained in:
Albert Santoni 2015-06-05 12:34:15 -04:00
parent b81069ace3
commit b5b3d96b48
2 changed files with 2 additions and 9 deletions

View file

@ -95,7 +95,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);
}