fix one more undefined warning

This commit is contained in:
ralf 2024-02-29 09:22:08 +02:00
parent 7fc73f4c38
commit e1cf90169b

View File

@ -2013,7 +2013,7 @@ abstract class Merge
}
if(strpos($param[0], '$$NENVLF') === 0)
{ //sets a Pagebreak without any value, only if the field has a value
if($this->replacements['$$' . $param[1] . '$$'] != '')
if(!empty($this->replacements['$$' . $param[1] . '$$']))
{
$replace = $LF;
}