diff --git a/application/controllers/Radio.php b/application/controllers/Radio.php index 17937fe09..9bec10799 100644 --- a/application/controllers/Radio.php +++ b/application/controllers/Radio.php @@ -133,7 +133,7 @@ class Radio extends CI_Controller { } else { // No radios found - show WebSocket button if ($default_user_radio === 'ws') { - $websocket_button = ''; + $websocket_button = ''; } else { $websocket_button = ''; }