Browse Source

fixed minor typo in clear_infos() function name

develop
tswagger 10 years ago
parent
commit
064bbf4e9e
  1. 6
      application/libraries/Aauth.php

6
application/libraries/Aauth.php

@ -1659,8 +1659,6 @@ class Aauth {
} }
} }
//not working
// NOTE: this should now be working.
/** /**
* Keep Errors * Keep Errors
* keeps the flash data flash data * keeps the flash data flash data
@ -1736,8 +1734,6 @@ class Aauth {
} }
} }
//not working
// NOTE: This should now be working
/** /**
* Keep Infos * Keep Infos
* keeps the flash data * keeps the flash data
@ -1792,7 +1788,7 @@ class Aauth {
* *
* Removes info messages from info list and clears all associated flashdata * Removes info messages from info list and clears all associated flashdata
*/ */
public function clear_info() { public function clear_infos() {
$this->infos = []; $this->infos = [];
$this->CI->session->set_flashdata('infos', $this->infos); $this->CI->session->set_flashdata('infos', $this->infos);
} }

Loading…
Cancel
Save