Skip to content

Commit

Permalink
Fix use case:Plugin.Hierarchy deep nested when no hasMany association.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis authored and arlen committed Dec 19, 2024
1 parent 7c078aa commit e46e9e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/templates/element/subnavigation/inlineList.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
?>
<li class="list-inline-item">
<?php
$curId = $this->Tab->getCurrentId($tab, $isNested);
// Construct Element Title
$title = $this->element('subnavigation/tabTitle', compact('tab', 'curId', 'isNested'));
// Construct Target URL
Expand Down

0 comments on commit e46e9e4

Please sign in to comment.