Skip to content
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

Fix Twig deprecation warnings #52

Closed
mpdude opened this issue Apr 19, 2018 · 1 comment
Closed

Fix Twig deprecation warnings #52

mpdude opened this issue Apr 19, 2018 · 1 comment

Comments

@mpdude
Copy link

mpdude commented Apr 19, 2018

Using an instance of "Twig_Function_Method" for function "calendr_year" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_month" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_week" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_day" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
Using an instance of "Twig_Function_Method" for function "calendr_events" is deprecated since version 1.21. Use Twig_SimpleFunction instead.
@yohang
Copy link
Owner

yohang commented Jan 13, 2019

This shouldn't happen on Calendar 2.0+ as it's fixed since 2015.

a783d14#diff-1a006a43d4483ed3e84221340a01c3b8R32

@yohang yohang closed this as completed Jan 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants