From 7b45746481bcae0d9e5639f495e0cfdcbf9bcf0f Mon Sep 17 00:00:00 2001 From: Antony Bailey Date: Wed, 13 Mar 2024 16:21:06 +0000 Subject: [PATCH] Remove extra comma causing error --- application/controllers/User.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/User.php b/application/controllers/User.php index dbff5ef4..5bef07a4 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -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: