mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 05:49:03 +01:00
silence the error in another way
This commit is contained in:
parent
521a3b94d8
commit
0103ae5f98
@ -394,7 +394,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($var && isset($this->$set_from[$app_name][$var]) && $this->$set_from[$app_name][$var] !== '')
|
||||
if ($var && @isset($this->$set_from[$app_name][$var]) && $this->$set_from[$app_name][$var] !== '')
|
||||
{
|
||||
$this->data[$app_name][$var] = $this->$set_from[$app_name][$var];
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user