mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-23 21:27:35 +00:00
typo that leads to undefined variable and notices
This commit is contained in:
parent
66d3c68a34
commit
61235ce6f4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user