Update dialplan_edit.php

This commit is contained in:
FusionPBX 2018-06-13 15:48:10 -06:00 committed by GitHub
parent e266275242
commit ab61bbe994
1 changed files with 1 additions and 1 deletions

View File

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