iCAPLyon1 / BlogBundle

A Claroline plugin to add blog resources.
https://github.com/claroline/Claroline
4 stars 5 forks source link

Undefined variable and call to removed controller #26

Closed stefk closed 10 years ago

stefk commented 10 years ago

Editing the "Info bar" of a blog throws the following exception :

Variable "user" does not exist in /home/stephane/php/projets/claronext/vendor/icap/blog- bundle/Icap/BlogBundle/Resources/views/layout.html.twig at line 125

Besides, the same template keeps a reference to a pre-3.x controller:

{% render controller('ClarolineCoreBundle:ResourceType:initPicker') %}
{{ tinymce_init() }}