Skip to content

Commit

Permalink
Update menu_restore_default.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane authored Dec 19, 2019
1 parent 2fb5d4b commit 72328c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/menu/menu_restore_default.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
$menu->db = $db;
$menu->menu_uuid = $menu_uuid;
$menu->menu_language = $menu_language;
$menu->delete();
$menu->delete_unprotected();
$menu->restore();
unset($menu);

Expand Down

0 comments on commit 72328c6

Please sign in to comment.