Fixed New Topic button not showing up anymore (assumed wrong column type).

This commit is contained in:
flash 2019-01-02 23:16:50 +01:00
parent 2a2a04698c
commit 374f9cf699

View file

@ -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,