mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 18:03:39 +01:00
fix typo that prevented the referencing of sub elements in get_array in some cases
This commit is contained in:
parent
3c6ed9eb08
commit
4ff5d3f6e3
@ -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