Voicemail Greetings: Bug fixes.

This commit is contained in:
Nate
2019-12-09 15:02:44 -07:00
parent 392737864a
commit 72ef243695
2 changed files with 2 additions and 2 deletions
@@ -46,7 +46,7 @@
if (is_uuid($_REQUEST["id"])) {
$voicemail_greeting_uuid = $_REQUEST["id"];
}
if (is_uuid($_REQUEST["voicemail_id"])) {
if (is_numeric($_REQUEST["voicemail_id"])) {
$voicemail_id = $_REQUEST["voicemail_id"];
}