mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Warning removal
This commit is contained in:
@@ -1321,7 +1321,7 @@ class lancheck
|
||||
$error = array();
|
||||
$warning = array();
|
||||
|
||||
if((!array_key_exists($def,$translation) && $eng_line != "") || (trim($trans_line) == "" && $eng_line != ""))
|
||||
if((is_array($translation) && !array_key_exists($def,$translation) && $eng_line != "") || (trim($trans_line) == "" && $eng_line != ""))
|
||||
{
|
||||
$this->checkLog('def',1);
|
||||
return $def.": ".LAN_CHECK_5."<br />";
|
||||
|
Reference in New Issue
Block a user