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