mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
fix strict mode in context::get
This commit is contained in:
parent
4c2573ffc2
commit
d99f9a7830
@ -138,7 +138,7 @@ class Handlebars_Context
|
||||
if (is_string($current) and $current == '') {
|
||||
return $current;
|
||||
}
|
||||
$current = $this->_findVariableInContext($current, $chunk);
|
||||
$current = $this->_findVariableInContext($current, $chunk, $strict);
|
||||
}
|
||||
}
|
||||
return $current;
|
||||
|
Loading…
Reference in New Issue
Block a user