Add missing $

This commit is contained in:
FusionPBX 2024-11-04 08:19:15 -07:00 committed by GitHub
parent 9006dc408f
commit 5464b4451f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@
}
//set the origination uuid
if (!is_uuid(origination_uuid)) {
if (!is_uuid($origination_uuid)) {
$origination_uuid = uuid();
}