Skip to content

Commit

Permalink
Merge pull request benedmunds#695 from Tjoosten/patch-3
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
benedmunds committed Jan 2, 2015
2 parents f5dfdbc + 0ff6616 commit a8a1324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/ion_auth_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ public function register($username, $password, $email, $additional_data = array(
return FALSE;
}

//capture default grouo details
//capture default group details
$default_group = $query->row();

// If username is taken, use username1 or username2, etc.
Expand Down

0 comments on commit a8a1324

Please sign in to comment.