diff --git a/etemplate/inc/class.boetemplate.inc.php b/etemplate/inc/class.boetemplate.inc.php index 6396425221..f5a3db89b0 100644 --- a/etemplate/inc/class.boetemplate.inc.php +++ b/etemplate/inc/class.boetemplate.inc.php @@ -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; }