mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-30 16:58:28 +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()
|
public function check()
|
||||||
{
|
{
|
||||||
// Find all XML files of the extension
|
// Find all XML files of the extension
|
||||||
$files = JFolder::files($this->basedir, '\.xml$', true, true);
|
$files = JEDCheckerHelper::findManifests($this->basedir);
|
||||||
|
|
||||||
$manifestFound = false;
|
$manifestFound = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user