mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-31 17:33:48 +00:00
Update ivr_menu_edit.php
Use the right variable for the ivr_menu_options array.
This commit is contained in:
@@ -639,7 +639,7 @@
|
||||
|
||||
//add the primary key uuid
|
||||
if (strlen($field['ivr_menu_option_uuid']) > 0) {
|
||||
echo " <input name='ivr_menu_options[".$x."][ivr_menu_option_uuid]' type='hidden' value=\"".$field['ivr_menu_option_uuid']."\">\n";
|
||||
echo " <input name='ivr_menu_options[".$c."][ivr_menu_option_uuid]' type='hidden' value=\"".$field['ivr_menu_option_uuid']."\">\n";
|
||||
}
|
||||
|
||||
echo "<td class='formfld' align='left'>\n";
|
||||
|
||||
Reference in New Issue
Block a user