mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix missing profiles on a new install (#7551)
This commit is contained in:
@@ -86,7 +86,7 @@
|
||||
}
|
||||
|
||||
//add the sip profile if it is not false
|
||||
if ($sip_profile_enabled != false) {
|
||||
if ($sip_profile_enabled != 'false') {
|
||||
|
||||
//add profile name and description
|
||||
$sip_profile_uuid = uuid();
|
||||
|
||||
Reference in New Issue
Block a user