mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fix one more undefined warning
This commit is contained in:
parent
7fc73f4c38
commit
e1cf90169b
@ -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