Update messages_thread.php

This commit is contained in:
FusionPBX
2019-08-21 01:09:07 -06:00
committed by GitHub
parent fc8402aaae
commit e131be3856

View File

@@ -41,7 +41,7 @@
//get number of messages to load
$number = preg_replace('{[\D]}', '', $_GET['number']);
$contact_uuid = $_GET['contact_uuid'];
$contact_uuid = (is_uuid($_GET['contact_uuid'])) ? $_GET['contact_uuid'] : null;
//set refresh flag
$refresh = $_GET['refresh'] == 'true' ? true : false;
@@ -335,4 +335,4 @@
}
}
?>
?>