Fix syntax error

This commit is contained in:
hfhchan 2016-07-30 01:18:50 +08:00 committed by GitHub
parent 5222c6dff1
commit 07d8542e3b

View File

@ -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(