mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-17 10:51:38 +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)
|
function arraymem($m)
|
||||||
{
|
{
|
||||||
$nv=$this->me['array'][$m];
|
$nv=@$this->me['array'][$m];
|
||||||
return $nv;
|
return $nv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user