Commit 7f27ef59 by Qiang Xue

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

parents f72c451c 2017a96a
......@@ -136,6 +136,7 @@ class Nav extends Widget
if (is_array($items)) {
$items = Dropdown::widget(array(
'items' => $items,
'encodeLabels'=>$this->encodeLabels,
'clientOptions' => false,
));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment