Skip to content

Commit

Permalink
support panel hiding.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangxue committed Feb 7, 2014
1 parent 365c581 commit 1019f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/debug/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public function init()
unset($corePanels[$id]);
}
}
$this->panels = array_merge($corePanels, $this->panels);
$this->panels = array_filter(array_merge($corePanels, $this->panels));
}

foreach ($this->panels as $id => $config) {
Expand Down

0 comments on commit 1019f51

Please sign in to comment.