Skip to content

Commit

Permalink
Update Aauth.php
Browse files Browse the repository at this point in the history
  • Loading branch information
AnasTHH committed Nov 21, 2015
1 parent e1dee38 commit 09c1ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/libraries/Aauth.php
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,6 @@ public function remove_member($user_id, $group_par) {
*/
public function remove_member_allgroups($user_id) {

$group_par = $this->get_group_id($group_par);
$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 09c1ffa

Please sign in to comment.