mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-10 23:31:01 +00:00
fix regex
This commit is contained in:
parent
a206aa91ba
commit
0bf71c0950
@ -63,7 +63,7 @@ class JedcheckerRulesXMLFiles extends JEDcheckerRule
|
||||
public function check()
|
||||
{
|
||||
// Find all XML files of the extension
|
||||
$files = JFolder::files($this->basedir, '.xml$', true, true);
|
||||
$files = JFolder::files($this->basedir, '\.xml$', true, true);
|
||||
|
||||
// Iterate through all the xml files
|
||||
foreach ($files as $file)
|
||||
|
Loading…
Reference in New Issue
Block a user