mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Warning removal
This commit is contained in:
@@ -1321,7 +1321,7 @@ class lancheck
|
|||||||
$error = array();
|
$error = array();
|
||||||
$warning = 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);
|
$this->checkLog('def',1);
|
||||||
return $def.": ".LAN_CHECK_5."<br />";
|
return $def.": ".LAN_CHECK_5."<br />";
|
||||||
|
Reference in New Issue
Block a user