From bbd5a6e12a85f164cd594868058bf6268dabb8f6 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:33:35 +0200 Subject: [PATCH] Update application/controllers/User.php Co-authored-by: Fabian Berg --- 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 3786711a9..a3eea2854 100644 --- a/application/controllers/User.php +++ b/application/controllers/User.php @@ -295,7 +295,7 @@ class User extends CI_Controller { $this->input->post('qso_widget_display_qso_time'), $this->input->post('user_dashboard_banner') ?? 'Y', $this->input->post('clubstation') == '1' ? true : false, - $this->input->post('global_oqrs_text'), + $this->input->post('global_oqrs_text') ?? '', $this->input->post('oqrs_grouped_search') ?? 'off', $this->input->post('oqrs_grouped_search_show_station_name') ?? 'off')) { // Check for errors