mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix #195; Catch Throwable exceptions;
This commit is contained in:
@ -402,7 +402,7 @@ class Compiler
|
||||
$tag["last"][] = false;
|
||||
$tokens->next();
|
||||
} else {
|
||||
$tag["last"][] = $tag->tpl->parseScalar($tokens, false);
|
||||
$tag["last"][] = $tag->tpl->parseScalar($tokens);
|
||||
}
|
||||
if ($tokens->is(',')) {
|
||||
$tokens->next();
|
||||
|
Reference in New Issue
Block a user