mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:18:57 +01:00
fix typo that prevented the referencing of sub elements in get_array in some cases
This commit is contained in:
parent
6f8406f93f
commit
2b5601d0c4
@ -631,7 +631,7 @@ class boetemplate extends soetemplate
|
||||
$pos = &$arr;
|
||||
foreach($idxs as $idx)
|
||||
{
|
||||
if (!is_array($pos) && !$reference_info)
|
||||
if (!is_array($pos) && !$reference_into)
|
||||
{
|
||||
return False;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user