Update call_recording_edit.php (#3144)

This commit is contained in:
AlexanderDCrane 2018-06-13 01:22:38 -06:00 committed by FusionPBX
parent 8804aa6b09
commit afda235062
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@
echo " <tr>\n";
echo " <td colspan='2' align='right'>\n";
if ($action == "update") {
echo " <input type='hidden' name='call_recording_uuid' value='$call_recording_uuid'>\n";
echo " <input type='hidden' name='call_recording_uuid' value='".escape($call_recording_uuid)."'>\n";
}
echo " <input type='submit' class='btn' value='".$text['button-save']."'>\n";
echo " </td>\n";