fix one more undefined warning

This commit is contained in:
ralf 2024-02-29 09:22:08 +02:00
parent 2cdc2818c2
commit 9e01db5c39

View File

@ -2013,7 +2013,7 @@ abstract class Merge
} }
if(strpos($param[0], '$$NENVLF') === 0) if(strpos($param[0], '$$NENVLF') === 0)
{ //sets a Pagebreak without any value, only if the field has a value { //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; $replace = $LF;
} }