stephpy / timeline-bundle

Symfony2 bundle to make timeline
193 stars 57 forks source link

Fix deprecated TWIG methods calls #195

Closed sadortun closed 8 years ago

sadortun commented 8 years ago

Fix deprecated calls to Twig_Function_Method

DEPRECATED - Using an instance of "Twig_Function_Method" for function "timeline" is deprecated. Use Twig_SimpleFunction instead. + DEPRECATED - Using an instance of "Twig_Function_Method" for function "timeline_render" is deprecated. Use Twig_SimpleFunction instead. + DEPRECATED - Using an instance of "Twig_Function_Method" for function "timeline_component_render" is deprecated. Use Twig_SimpleFunction instead. + DEPRECATED - Using an instance of "Twig_Function_Method" for function "i18n_timeline_render" is deprecated. Use Twig_SimpleFunction instead. +

stephpy commented 8 years ago

Thanks