31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-21 17:49:06 +00:00

Joomla!4 compatibility

This commit is contained in:
Denis Ryabov 2021-02-13 23:56:51 +03:00
parent 8e0d738131
commit a206aa91ba

View File

@ -82,7 +82,7 @@ class JedcheckerRulesXMLFiles extends JEDcheckerRule
*/ */
protected function find($file) protected function find($file)
{ {
$xml = JFactory::getXml($file); $xml = simplexml_load_file($file);
// Failed to parse the xml file. // Failed to parse the xml file.
// Assume that this is not a extension manifest // Assume that this is not a extension manifest