31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-05-29 03:40:47 +00:00

typo that leads to undefined variable and notices

This commit is contained in:
Daniel Dimitrov 2015-10-26 09:27:14 +01:00
parent 66d3c68a34
commit 61235ce6f4

View File

@ -277,7 +277,7 @@ class JedcheckerRulesJamss extends JEDcheckerRule
$ext = $this->ext;
$patterns = $this->patterns;
$count = 0;
$total_result = 0;
$total_results = 0;
$jamssFileNames = $this->jamssFileNames;
// Removed: global $ext, $patterns, $count, $total_results, $jamssFileNames;