mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
error handling if someone forgets to add his call
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user