Skip to content

Commit

Permalink
Fixed an obvious typo (#11558)
Browse files Browse the repository at this point in the history
  • Loading branch information
roland-d authored and rdeutz committed Aug 11, 2016
1 parent 540a3bc commit fca5d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/debug/debug.php
Expand Up @@ -360,7 +360,7 @@ protected function display($item, array $errors = array())
return __METHOD__ . ' -- Unknown method: ' . $fncName . '<br />';
}

$html = '';
$html = array();

$js = "toggleContainer('dbg_container_" . $item . "');";

Expand Down

0 comments on commit fca5d57

Please sign in to comment.