Skip to content

Commit

Permalink
fix for #58 sry for my mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
REJack committed Aug 14, 2015
1 parent 4b530ed commit 39c893f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ public function is_loggedin() {
}
}
}else{
if(!$this->CI->session->has_userdata('remember')){
if(!isset($_SESSION('remember'))){
return FALSE;
}else{
$session = explode('-', $this->CI->session->userdata('remember'));
Expand Down

0 comments on commit 39c893f

Please sign in to comment.