-
Notifications
You must be signed in to change notification settings - Fork 714
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
Custom plugin invocation compiles into garbage #457
Comments
Can't reproduce this, is this already fixed? |
I can reproduce it with 3.1.34. Will try to create a testcase. |
Thanks! Could it be locale related, then?
Simon
… Op 20 feb. 2020 om 08:35 heeft AnrDaemon ***@***.***> het volgende geschreven:
I can reproduce it with 3.1.34. Will try to create a testcase.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
I wonder, how's that possible. |
The difference between my test and yours causing this bug is |
playground/vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php:60 |
Okay, I figured this one out. You somehow found an impossible combination of parameters to If you leave |
…lugin as compiling this would fail. Fixes #457
The relevant code is
invoked as
{svgImage name=$item.icon}
, which somehow compiles intoThe text was updated successfully, but these errors were encountered: