mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Display verbose error message instead of generic error
This commit is contained in:
@@ -157,7 +157,9 @@ class Widgets extends CI_Controller {
|
||||
$this->load->view('widgets/on_air', $data);
|
||||
|
||||
} else {
|
||||
show_404(__("No CAT interfaced radios found"));
|
||||
show_error(
|
||||
__("No CAT interfaced radios found. You need to have at least one radio interface configured.")
|
||||
);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user