mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Misc: Updates for PHP 8.1 (?: to ??)
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
$contact_name_family = $_POST["contact_name_family"];
|
||||
}
|
||||
$group_uuid_name = $_POST["group_uuid_name"];
|
||||
$user_enabled = $_POST["user_enabled"] ?: 'false';
|
||||
$user_enabled = $_POST["user_enabled"] ?? 'false';
|
||||
if (permission_exists('api_key')) {
|
||||
$api_key = $_POST["api_key"];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user