Removed unused variables.
This commit is contained in:
parent
52882ef938
commit
55993352bf
3 changed files with 1 additions and 3 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue