N°4720 - Remove old unreferenced methods - portal broken due to remaining method in portal-base

This commit is contained in:
odain
2025-09-12 07:19:11 +02:00
parent 696e2c9565
commit 08b8e919b7

View File

@@ -30,7 +30,7 @@
{% if aTilesRendering[brick.GetId] is defined %}
{{ aTilesRendering[brick.GetId]|raw }}
{% else %}
{% include '' ~ brick.GetTileTemplatePath with {brick: brick} %}
{% include '' ~ brick.GetTemplatePath with {brick: brick} %}
{% endif %}
{% endif %}
{% endfor %}