mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 10:45:44 +00:00
Add missing $
This commit is contained in:
@@ -329,7 +329,7 @@
|
||||
}
|
||||
|
||||
//set the origination uuid
|
||||
if (!is_uuid(origination_uuid)) {
|
||||
if (!is_uuid($origination_uuid)) {
|
||||
$origination_uuid = uuid();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user