Browse Source

small fix

tags/2.0.0-alpha
Antonio Ramirez 11 years ago
parent
commit
d3bbc5fe40
  1. 2
      framework/yii/bootstrap/Dropdown.php

2
framework/yii/bootstrap/Dropdown.php

@ -100,6 +100,6 @@ class Dropdown extends Widget
*/
protected function dropdown($items)
{
return Dropdown::widget(array('items' => $items, 'clientOptions' => false));
return static::widget(array('items' => $items, 'clientOptions' => false));
}
}
Loading…
Cancel
Save