mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Misc: Updates for PHP 8.1 (?: to ??)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
$stream_uuid = $_POST["stream_uuid"];
|
||||
$stream_name = $_POST["stream_name"];
|
||||
$stream_location = $_POST["stream_location"];
|
||||
$stream_enabled = $_POST["stream_enabled"] ?: 'false';
|
||||
$stream_enabled = $_POST["stream_enabled"] ?? 'false';
|
||||
$stream_description = $_POST["stream_description"];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user