Browse Source

Litle bug

A small error, omitted reference to the CI object.
develop
alfonsor 11 years ago
parent
commit
ec48e8e641
  1. 2
      application/libraries/Aauth.php

2
application/libraries/Aauth.php

@ -1623,7 +1623,7 @@ class Aauth {
* 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

Loading…
Cancel
Save