Merge branch 'saas-dev' into saas-landing-page

This commit is contained in:
drigato 2015-06-10 11:14:02 -04:00
commit 0796f58878
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);
}