33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-16 18:48:08 +00:00

switch to JEDCheckerHelper::findManifests

This commit is contained in:
Denis Ryabov 2021-05-11 23:33:20 +03:00
parent bd9b9bb0ed
commit 907bbd1d75

View File

@ -70,7 +70,7 @@ class JedcheckerRulesXMLinfo extends JEDcheckerRule
public function check()
{
// Find all XML files of the extension
$files = JFolder::files($this->basedir, '\.xml$', true, true);
$files = JEDCheckerHelper::findManifests($this->basedir);
$manifestFound = false;