Skip to content

Commit

Permalink
Merge pull request #3009 from PartTimeLegend/patch-1
Browse files Browse the repository at this point in the history
Remove extra comma causing error
  • Loading branch information
magicbug authored Mar 13, 2024
2 parents 1818530 + 1eb655b commit e348de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function add() {
$this->input->post('user_quicklog_enter'),
$this->input->post('language'),
$this->input->post('user_hamsat_key'),
$this->input->post('user_hamsat_workable_only'),
$this->input->post('user_hamsat_workable_only')
)) {
// Check for errors
case EUSERNAMEEXISTS:
Expand Down

0 comments on commit e348de2

Please sign in to comment.