forked from extern/egroupware
fixed calltime-pass-reference
This commit is contained in:
parent
e6402c1d21
commit
1ad54cc033
@ -203,7 +203,7 @@
|
|||||||
{
|
{
|
||||||
if(!is_array($extradata))
|
if(!is_array($extradata))
|
||||||
{
|
{
|
||||||
parse_str($extradata,&$extradata);
|
parse_str($extradata,$extradata);
|
||||||
}
|
}
|
||||||
foreach($extradata as $var => $value)
|
foreach($extradata as $var => $value)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user