mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-20 10:27:18 +08:00
debug toolbar refactoring.
This commit is contained in:
@ -40,6 +40,7 @@ class DefaultController extends Controller
|
||||
{
|
||||
$this->loadData($tag);
|
||||
return $this->renderPartial('toolbar', array(
|
||||
'tag' => $tag,
|
||||
'panels' => $this->module->panels,
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user