mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 16:56:36 +00:00
commit
4ebafe2d59
@ -370,7 +370,7 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
|
||||
{
|
||||
if (is_file($file))
|
||||
{
|
||||
$data = parse_ini_file($file);
|
||||
$data = @parse_ini_file($file);
|
||||
|
||||
if (is_array($data))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user