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