Merge pull request #56 from dryabov/patch-6

Fix missed initialization
This commit is contained in:
Anibal Sanchez 2019-05-17 11:24:23 +02:00 committed by GitHub
commit ad99677d25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ class JEDcheckerReport extends JObject
$this->data['errors'] = array();
$this->data['compat'] = array();
$this->data['info'] = array();
$this->data['warning'] = array();
$this->data['count'] = new stdClass;
$this->data['count']->total = 0;