error handling if someone forgets to add his call

This commit is contained in:
HB9HIL
2024-07-23 14:17:56 +02:00
parent 5a50a38395
commit e0910dfed1

View File

@@ -46,7 +46,7 @@ class Widgets extends CI_Controller {
}
}
public function oqrs($user_callsign) {
public function oqrs($user_callsign = 'CALL MISSING') {
$this->load->model('oqrs_model');
$stations = $this->oqrs_model->get_oqrs_stations();