Skip to content

Commit

Permalink
always remember user
Browse files Browse the repository at this point in the history
  • Loading branch information
smgladkovskiy committed Jul 5, 2011
1 parent db0671e commit ffd2108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/controller/core/auth.php
Expand Up @@ -54,7 +54,7 @@ public function action_login()
if(Auth::instance()->login(
$post['email'],
$post['password'],
! isset($post['remember']) ? TRUE : FALSE))
$post['remember']))
{
$this->request->redirect(Request::initial()->referrer());
}
Expand Down

0 comments on commit ffd2108

Please sign in to comment.