-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.8.0 - PHP error in EscaperNodeVisitor::unwrapConditional() #2942
Comments
brandonkelly
added a commit
to craftcms/cms
that referenced
this issue
Apr 16, 2019
can you send a PR ? |
I’m not familiar with that part of the code so not confident enough about the fix to submit a PR. |
Well, the line to change is the one you identified. And using the right variable is indeed what should be done. |
@brandonkelly I'm going to make the fix and a new release. |
Merged
see #2943 |
fabpot
added a commit
that referenced
this issue
Apr 16, 2019
Thanks @fabpot! |
Versions 1.39.1 and 2.8.1 released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of Twig v2.8.0 I’m getting the following error:
Looks like maybe
$expr2
should be$expr3
on this line:Twig/src/NodeVisitor/EscaperNodeVisitor.php
Line 110 in 26517b0
The text was updated successfully, but these errors were encountered: