mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:14:20 +01:00
fix one more undefined warning
This commit is contained in:
parent
2cdc2818c2
commit
9e01db5c39
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user