mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
Remove an undefined index error, i think
This commit is contained in:
parent
92558b4412
commit
2bc807158e
@ -294,7 +294,7 @@
|
||||
|
||||
function arraymem($m)
|
||||
{
|
||||
$nv=$this->me['array'][$m];
|
||||
$nv=@$this->me['array'][$m];
|
||||
return $nv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user