Update conference_sessions.php

This commit is contained in:
FusionPBX
2019-06-08 10:00:40 -06:00
committed by GitHub
parent cf1ade0a3b
commit af00eaa10b

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;
}