Commit d3bbc5fe by Antonio Ramirez

small fix

parent 7d0b95c2
...@@ -100,6 +100,6 @@ class Dropdown extends Widget ...@@ -100,6 +100,6 @@ class Dropdown extends Widget
*/ */
protected function dropdown($items) protected function dropdown($items)
{ {
return Dropdown::widget(array('items' => $items, 'clientOptions' => false)); return static::widget(array('items' => $items, 'clientOptions' => false));
} }
} }
\ No newline at end of file
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