Add missing $

This commit is contained in:
FusionPBX
2024-11-04 08:19:15 -07:00
committed by GitHub
parent 9006dc408f
commit 5464b4451f

View File

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