mirror of
https://github.com/Mibew/handlebars.php.git
synced 2024-11-15 08:44:12 +03:00
Fix syntax error
This commit is contained in:
parent
5222c6dff1
commit
07d8542e3b
@ -629,7 +629,7 @@ class Template
|
||||
if (is_array($value)) {
|
||||
return 'Array';
|
||||
}
|
||||
if ($escaped && !($value instanceof SafeString) {
|
||||
if ($escaped && !($value instanceof SafeString)) {
|
||||
$args = $this->handlebars->getEscapeArgs();
|
||||
array_unshift($args, (string)$value);
|
||||
$value = call_user_func_array(
|
||||
|
Loading…
Reference in New Issue
Block a user