Fixes #6572: Allow panels to stay even if they do not receive any debug data

This commit is contained in:
Qiang Xue
2014-12-22 16:00:11 -05:00
parent d0972b7036
commit 91f4375454
2 changed files with 1 additions and 3 deletions

View File

@ -152,9 +152,6 @@ class DefaultController extends Controller
if (isset($data[$id])) {
$panel->tag = $tag;
$panel->load($data[$id]);
} else {
// remove the panel since it has not received any data
unset($this->module->panels[$id]);
}
}
$this->summary = $data['summary'];