Fixes count(): Parameter must be an array or an object that implements Countable as well as PHP 7.3 regression in users from upstream 3a41c24e6e5bcea2f4b9f328ddf5ff0cb8a8b2e8

This commit is contained in:
Benjamin Southall 2019-08-08 21:20:48 +10:00
parent 3527e5703b
commit d900279707
11 changed files with 32 additions and 32 deletions

View file

@ -13,7 +13,7 @@
</header>
<div class="ban">
{% if news|count == 0 %}
{% if news|default([])|length == 0 %}
<p style="text-align:center" class="unimportant">(No news to show.)</p>
{% else %}
{% for entry in news %}