Browse Source

fixed error with `user_exist_by_name()`

develop
REJack 9 years ago
parent
commit
330028b5f7
  1. 2
      application/libraries/Aauth.php

2
application/libraries/Aauth.php

@ -1098,7 +1098,7 @@ class Aauth {
* @return bool * @return bool
*/ */
public function user_exist_by_name( $name ) { public function user_exist_by_name( $name ) {
return $this->user_exist_by_name($name); return $this->user_exist_by_username($name);
} }
/** /**

Loading…
Cancel
Save