Browse Source

Fix forum fold categories

Julio 6 years ago
parent
commit
460521a23e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/template/default/forum/list.tpl

+ 1 - 1
main/template/default/forum/list.tpl

@@ -146,7 +146,7 @@
 
             <div class="category-forum {{ category_language }}" id="category_{{ item.id }}">
             {% if fold_forum_categories %}
-                {{ display.collapse('category_' ~ item.id, panel_title, panel_content, false, fold_forum_categories, item.tools, panel_icon ) }}
+                {{ display.collapse('category_' ~ item.id, panel_title, panel_content, false, 'false', item.tools, panel_icon ) }}
             {% else %}
                 {{ display.panel(panel_title, panel_content) }}
             {% endif %}