Remove extra comma causing error

pull/3009/head
Antony Bailey 2024-03-13 16:21:06 +00:00 zatwierdzone przez GitHub
rodzic 9273c2c610
commit 7b45746481
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -133,7 +133,7 @@ class User extends CI_Controller {
$this->input->post('user_qso_end_times'),
$this->input->post('user_quicklog'),
$this->input->post('user_quicklog_enter'),
$this->input->post('language'),
$this->input->post('language')
)) {
// Check for errors
case EUSERNAMEEXISTS: