Ensure variables to exist

This commit is contained in:
markjcrane
2023-06-19 14:56:16 -06:00
parent aa4a959f1c
commit ec7a088099
2 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,7 @@
}
//channel count
$channels = '';
$tr_link_channels = '';
if (permission_exists('switch_channels') && $fp) {
$tmp = event_socket_request($fp, 'api status');