Removed unused variables.

This commit is contained in:
Rudi Grinberg 2012-09-13 10:35:24 -04:00
parent 52882ef938
commit 55993352bf
3 changed files with 1 additions and 3 deletions

View file

@ -178,7 +178,7 @@ class LoginController extends Zend_Controller_Action
$authAdapter->setIdentity($user->getDbLogin())
->setCredential($form->password->getValue());
$result = $zend_auth->authenticate($authAdapter);
$zend_auth->authenticate($authAdapter);
//all info about this user from the login table omit only the password
$userInfo = $authAdapter->getResultRowObject(null, 'password');