Browse Source

fix condition warning

main
ghost 5 months ago
parent
commit
7f6ccf75df
  1. 2
      templates/default/room/index.html.twig

2
templates/default/room/index.html.twig

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
| markdown_to_html
}}
</div>
{% if post.tree | length %}
{% if post.tree is defined and post.tree | length %}
{{ self.recursive_post_tree(mode, namespace, post.tree) }}
{% endif %}
</li>

Loading…
Cancel
Save