mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Hotfix: semicolon missed
This commit is contained in:
parent
81b17331b7
commit
3a6347d96b
@ -144,7 +144,7 @@ class Compiler
|
||||
$check = '!empty('.$from.')';
|
||||
} else {
|
||||
$scope["var"] = $scope->tpl->tmpVar();
|
||||
$prepend = $scope["var"].' = (array)('.$from.')';
|
||||
$prepend = $scope["var"].' = (array)('.$from.');';
|
||||
$from = $check = $scope["var"];
|
||||
}
|
||||
} elseif ($tokens->is('[')) {
|
||||
|
Loading…
Reference in New Issue
Block a user