Update application/controllers/User.php

Co-authored-by: Fabian Berg <fabian.berg@hb9hil.org>
This commit is contained in:
Andreas Kristiansen
2025-07-18 15:33:35 +02:00
committed by GitHub
parent 7dab8b433c
commit bbd5a6e12a

View File

@@ -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