Merge pull request #3009 from PartTimeLegend/patch-1

Remove extra comma causing error
这个提交包含在:
Peter Goodhall 2024-03-13 16:47:07 +00:00 提交者 GitHub
当前提交 e348de2363
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194

查看文件

@ -137,7 +137,7 @@ class User extends CI_Controller {
$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: