31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-06 07:20:47 +00:00

fix "unexpected protected"

This commit is contained in:
Denis Ryabov 2021-07-11 17:15:35 +03:00
parent b6fe547f7f
commit b37295a164

View File

@ -192,6 +192,7 @@ class JEDcheckerReport extends JObject
if ($this->data['count']->warning > 0)
{
$html[] = $this->formatItems($this->data['warning'], 'warning');
}
// Go through the compat list
if ($this->data['count']->compat > 0)