Skip to content

Commit

Permalink
Update Aauth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasTHH committed Feb 2, 2016
1 parent 09c1ffa commit a775982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ public function remove_member($user_id, $group_par) {
* @param int $user_id User id to remove from all groups
* @return bool Remove success/failure
*/
public function remove_member_allgroups($user_id) {
public function remove_member_from_all($user_id) {

$this->aauth_db->where('user_id', $user_id);
return $this->aauth_db->delete($this->config_vars['user_to_group']);
Expand Down

0 comments on commit a775982

Please sign in to comment.