mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update conference_sessions.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user