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:25 +00:00
parent 3c6ed9eb08
commit 4ff5d3f6e3

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