Fix missing profiles on a new install (#7551)

This commit is contained in:
frytimo
2025-10-08 15:08:14 -03:00
committed by GitHub
parent 55a9e58dcf
commit 4aa8fe8a47

View File

@@ -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();