Merge branch 'saas-dev' into saas-landing-page
This commit is contained in:
commit
0796f58878
4 changed files with 9 additions and 10 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