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
|
//add the primary key uuid
|
||||||
if (strlen($field['ivr_menu_option_uuid']) > 0) {
|
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";
|
echo "<td class='formfld' align='left'>\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user