From 064bbf4e9e1192bace3420fa42424076d72c7a8b Mon Sep 17 00:00:00 2001 From: tswagger Date: Sat, 21 Feb 2015 16:52:58 -0600 Subject: [PATCH] fixed minor typo in clear_infos() function name --- application/libraries/Aauth.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/application/libraries/Aauth.php b/application/libraries/Aauth.php index e179779..8bc1236 100644 --- a/application/libraries/Aauth.php +++ b/application/libraries/Aauth.php @@ -1659,8 +1659,6 @@ class Aauth { } } - //not working - // NOTE: this should now be working. /** * Keep Errors * keeps the flash data flash data @@ -1736,8 +1734,6 @@ class Aauth { } } - //not working - // NOTE: This should now be working /** * Keep Infos * keeps the flash data @@ -1792,7 +1788,7 @@ class Aauth { * * Removes info messages from info list and clears all associated flashdata */ - public function clear_info() { + public function clear_infos() { $this->infos = []; $this->CI->session->set_flashdata('infos', $this->infos); }