forked from extern/egroupware
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