mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-22 08:28:30 +00:00
Update call_recording_edit.php (#3144)
This commit is contained in:
committed by
FusionPBX
parent
3331427a3a
commit
927b2ff9fd
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user