Browse Source

Fixes #7417: Used return in Tabs widgets instead of echo

tags/2.0.3
Alexander Makarov 10 years ago
parent
commit
0bbace38ae
  1. 2
      Tabs.php

2
Tabs.php

@ -123,8 +123,8 @@ class Tabs extends Widget
*/
public function run()
{
echo $this->renderItems();
$this->registerPlugin('tab');
return $this->renderItems();
}
/**

Loading…
Cancel
Save