Update conference_sessions.php

This commit is contained in:
FusionPBX 2019-06-08 10:00:40 -06:00 committed by GitHub
parent 5ea414b363
commit ffb20685e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
}
//add meeting_uuid to a session variable
if (strlen($meeting_uuid) > 0) {
if (strlen($meeting_uuid) > 0 && is_uuid($meeting_uuid)) {
$_SESSION['meeting']['uuid'] = $meeting_uuid;
}