mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Merge pull request #86 from nekufa/patch-1
Fixed array convertion and foreach tag separator
This commit is contained in:
commit
19aa493474
@ -144,7 +144,7 @@ class Compiler
|
|||||||
$check = '!empty('.$from.')';
|
$check = '!empty('.$from.')';
|
||||||
} else {
|
} else {
|
||||||
$scope["var"] = $scope->tpl->tmpVar();
|
$scope["var"] = $scope->tpl->tmpVar();
|
||||||
$prepend = $scope["var"].' = (array)('.$from.')';
|
$prepend = $scope["var"].' = (array)('.$from.');';
|
||||||
$from = $check = $scope["var"];
|
$from = $check = $scope["var"];
|
||||||
}
|
}
|
||||||
} elseif ($tokens->is('[')) {
|
} elseif ($tokens->is('[')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user