Skip to content

Commit 9dd4731

Browse files
committed
small code fix
1 parent 5ce9c9c commit 9dd4731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skeleton/event/main_listener.php.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class main_listener implements EventSubscriberInterface
3131
{% endif %}
3232
{% endif %}
3333
{% if COMPONENT.phplistener %}
34-
'core.display_forums_modify_template_vars' => 'display_forums_modify_template_vars',
34+
'core.display_forums_modify_template_vars' => 'display_forums_modify_template_vars',
3535
{% endif %}
3636
{% if COMPONENT.permissions %}
3737
'core.permissions' => 'add_permissions',

0 commit comments

Comments
 (0)