From 18529529abd6a25e3b771875d77ef487053ef696 Mon Sep 17 00:00:00 2001 From: Fabian Berg Date: Sun, 15 Feb 2026 19:20:33 +0100 Subject: [PATCH] typo thx @int2001 Co-authored-by: Joerg (DJ7NT) --- application/controllers/Radio.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; }