CFGMENU : bug cannot update menu
This commit is contained in:
parent
3577939251
commit
ab67c4bcb5
2 changed files with 4 additions and 1 deletions
|
|
@ -86,6 +86,7 @@ if ( isset($_POST['create_menu'])|| isset($_POST['modify_menu']))
|
|||
{
|
||||
if (isset($_POST['create_menu']))
|
||||
{
|
||||
if ($menu_ref->verify() == 0)
|
||||
$menu_ref->insert();
|
||||
}
|
||||
elseif (isset($_POST['modify_menu']))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue