mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-28 12:30:44 +00:00
fixed: JFile::read is not supported by Joomla! 4
This commit is contained in:
parent
80abc68994
commit
0ac7ee0f6b
@ -112,7 +112,7 @@ class JedcheckerControllerPolice extends JControllerLegacy
|
||||
|
||||
if (JFile::exists($local))
|
||||
{
|
||||
$content = JFile::read($local);
|
||||
$content = file_get_contents($local);
|
||||
|
||||
if (!empty($content))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user