Skip to content

Commit

Permalink
Litle bug
Browse files Browse the repository at this point in the history
A small error, omitted reference to the CI object.
  • Loading branch information
alfonsor committed Aug 5, 2014
1 parent a3160a0 commit ec48e8e
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 @@ -1623,7 +1623,7 @@ public function info($message){
* http://ellislab.com/codeigniter/user-guide/libraries/sessions.html
*/
public function keep_infos(){
$this->session->keep_flashdata('infos');
$this->CI->session->keep_flashdata('infos');
}

//tested
Expand Down

0 comments on commit ec48e8e

Please sign in to comment.