-
Notifications
You must be signed in to change notification settings - Fork 715
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
Smarty 5: registerPlugin()
no longer working with names containing non-lowercase characters
#907
Labels
Comments
Might be problem with case sensitivity. Does it work when you change the registerPlugin line as follows? |
Yes, with this change it's working again. But that would require a lot of refactoring in all templates... |
m-ober
changed the title
Smarty 5:
Smarty 5: Sep 17, 2023
registerPlugin()
no longer workingregisterPlugin()
no longer working with names containing non-lowercase characters
No worries, we'll fix this. Should be easy! Thank you for your bug report. |
Jack-Dane
added a commit
to Jack-Dane/smarty-fix-case-sensitive-tag
that referenced
this issue
Oct 1, 2023
* Don't lower tags until they are used for extensions so custom tags can be case-sensitive.
Jack-Dane
added a commit
to Jack-Dane/smarty-fix-case-sensitive-tag
that referenced
this issue
Oct 1, 2023
* Don't lower tags until they are used for extensions so custom tags can be case-sensitive.
wisskid
pushed a commit
that referenced
this issue
Oct 22, 2023
wisskid
pushed a commit
that referenced
this issue
Nov 6, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This should output "Test" but gives the following error in Smarty 5 / dev-master. Working with latest 4.x version.
The text was updated successfully, but these errors were encountered: