Browse Source

Merge branch 'master' of github.com:yiisoft/yii2

tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
7f27ef59c5
  1. 1
      framework/yii/bootstrap/Nav.php

1
framework/yii/bootstrap/Nav.php

@ -136,6 +136,7 @@ class Nav extends Widget
if (is_array($items)) {
$items = Dropdown::widget(array(
'items' => $items,
'encodeLabels'=>$this->encodeLabels,
'clientOptions' => false,
));
}

Loading…
Cancel
Save