forked from leftypol/leftypol
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:
parent
3527e5703b
commit
d900279707
11 changed files with 32 additions and 32 deletions
|
@ -65,7 +65,7 @@
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% if config.mod.dashboard_links|count %}
|
||||
{% if config.mod.dashboard_links|length %}
|
||||
|
||||
{% for label,link in config.mod.dashboard_links %}
|
||||
<li><a href="{{ link }}">{{ label }}</a></li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue