Skip to content

Commit

Permalink
adjustments of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tswagger committed Feb 21, 2015
1 parent 6119213 commit ec82d3e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
9 changes: 3 additions & 6 deletions application/config/aauth.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<?php

if (!defined('BASEPATH'))
exit('No direct script access allowed');
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------
| Aauth Config
Expand Down Expand Up @@ -74,5 +71,5 @@
);


/* End of file autoload.php */
/* Location: ./application/config/autoload.php */
/* End of file aauth.php */
/* Location: ./application/config/aauth.php */
8 changes: 5 additions & 3 deletions application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
* The latest version of Aauth can be obtained from:
* https://github.com/emreakay/CodeIgniter-Aauth
*
* @todo separate (on some level) the unvalidated users from the "banned" users
* @todo remove requirement for unique name/username (or default it to use email address, perhaps via config file)
*/
class Aauth {

Expand Down Expand Up @@ -1790,7 +1792,7 @@ public function print_infos($divider = '<br />'){
*
* Removes info messages from info list and clears all associated flashdata
*/
public function clear_errors() {
public function clear_info() {
$this->infos = [];
$this->CI->session->set_flashdata('infos', $this->infos);
}
Expand Down Expand Up @@ -2144,5 +2146,5 @@ functions added





/* End of file Aauth.php */
/* Location: ./application/libraries/Aauth.php */

0 comments on commit ec82d3e

Please sign in to comment.