Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 24, 2024
1 parent 0ed9675 commit c70d086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/TopMenu/actionButtonNetflix.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- action menu flix start videos_id=<?php echo $videos_id; ?> -->
<?php
foreach ($menu as $key => $value) {
$menuItems = MenuItem::getAllFromMenu($videos_id, true);
$menuItems = MenuItem::getAllFromMenu($value['id'], true);
foreach ($menuItems as $key2 => $value2) {
?>
<!-- typeActionMenu videos_id=<?php echo $videos_id; ?> -->
Expand Down

0 comments on commit c70d086

Please sign in to comment.