Update ivr_menu_edit.php
Use the right variable for the ivr_menu_options array.
This commit is contained in:
parent
249210c9df
commit
6bcad98cbd
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue