debug toolbar refactoring.

This commit is contained in:
Qiang Xue
2013-07-06 08:05:02 -04:00
parent b6ffa7c93e
commit 840a84db5c
6 changed files with 15 additions and 36 deletions

View File

@ -40,6 +40,7 @@ class DefaultController extends Controller
{
$this->loadData($tag);
return $this->renderPartial('toolbar', array(
'tag' => $tag,
'panels' => $this->module->panels,
));
}