Update call_recording_edit.php (#3144)
This commit is contained in:
parent
8804aa6b09
commit
afda235062
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue