Skip to content

Commit

Permalink
2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jirisvoboda committed Dec 1, 2015
1 parent 43c615b commit 4e35fcb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions widgets/Nav.php
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ private function _getDropdownTag($item)
$options = ['class' => sprintf('%s %s', 'dropdown-menu-default extended', $dropdownType)];
}

if ($this->activateItems)
{
$items = $this->isChildActive($items, $active);
}

$items = Dropdown::widget([
'title' => ArrayHelper::getValue($item, 'title', ''),
'more' => ArrayHelper::getValue($item, 'more', []),
Expand Down

0 comments on commit 4e35fcb

Please sign in to comment.