mirror of
https://github.com/Mibew/handlebars.php.git
synced 2025-05-02 10:16:41 +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 == '') {
|
if (is_string($current) and $current == '') {
|
||||||
return $current;
|
return $current;
|
||||||
}
|
}
|
||||||
$current = $this->_findVariableInContext($current, $chunk);
|
$current = $this->_findVariableInContext($current, $chunk, $strict);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return $current;
|
return $current;
|
||||||
|
Loading…
Reference in New Issue
Block a user