cc-3936: Sexified equal signs.

This commit is contained in:
Rudi Grinberg 2012-08-23 14:44:14 -04:00
parent 50de229258
commit dcc9c58577
2 changed files with 7 additions and 6 deletions

View file

@ -70,8 +70,8 @@ class UserController extends Zend_Controller_Action
public function getHostsAction()
{
$search = $this->_getParam('term');
$res = Application_Model_User::getHosts($search);
$search = $this->_getParam('term');
$res = Application_Model_User::getHosts($search);
$this->view->hosts = Application_Model_User::getHosts($search);
}