fix typo that prevented the referencing of sub elements in get_array in some cases

This commit is contained in:
Klaus Leithoff 2011-05-12 14:57:45 +00:00
parent 6f8406f93f
commit 2b5601d0c4

View File

@ -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;
}