mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-17 02:55:09 +00:00
switch to JEDCheckerHelper::findManifests
This commit is contained in:
parent
bd9b9bb0ed
commit
907bbd1d75
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user