mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 01:13:25 +01:00
fixed calltime-pass-reference
This commit is contained in:
parent
e6402c1d21
commit
1ad54cc033
@ -203,7 +203,7 @@
|
||||
{
|
||||
if(!is_array($extradata))
|
||||
{
|
||||
parse_str($extradata,&$extradata);
|
||||
parse_str($extradata,$extradata);
|
||||
}
|
||||
foreach($extradata as $var => $value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user