mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-27 23:36:38 +00:00
Joomla!4 compatibility
This commit is contained in:
parent
8e0d738131
commit
a206aa91ba
@ -82,7 +82,7 @@ class JedcheckerRulesXMLFiles extends JEDcheckerRule
|
||||
*/
|
||||
protected function find($file)
|
||||
{
|
||||
$xml = JFactory::getXml($file);
|
||||
$xml = simplexml_load_file($file);
|
||||
|
||||
// Failed to parse the xml file.
|
||||
// Assume that this is not a extension manifest
|
||||
|
Loading…
Reference in New Issue
Block a user