Fixed New Topic button not showing up anymore (assumed wrong column type).
This commit is contained in:
parent
2a2a04698c
commit
374f9cf699
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
{% macro forum_category_tools(info, perms, take, offset) %}
|
||||
{% from 'macros.twig' import pagination %}
|
||||
|
||||
{% set is_locked = info.forum_archived is not null %}
|
||||
{% set is_locked = info.forum_archived != 0 %}
|
||||
{% set can_topic = not is_locked and perms|perms_check(constant('MSZ_FORUM_PERM_CREATE_TOPIC')) %}
|
||||
{% set pag = pagination(
|
||||
info.forum_topic_count,
|
||||
|
|
Loading…
Reference in a new issue