Merge branch 'saas' into saas-dev

This commit is contained in:
Albert Santoni 2015-06-10 11:02:59 -04:00
commit 6126e8a51c
4 changed files with 9 additions and 10 deletions

View file

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