Fix variables wrongly wrapped with an array

Fix #13873

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
This commit is contained in:
Maurício Meneghini Fauth 2017-12-18 12:47:12 -02:00
parent c9bdd1b268
commit aa61119ad5

View File

@ -31,9 +31,9 @@
</tr>
{% else %}
{% for privilege in privileges %}
{% include 'privileges/privileges_summary_row.twig' with [
{% include 'privileges/privileges_summary_row.twig' with
privilege|merge({'type': type})
] only %}
only %}
{% endfor %}
{% endif %}
</tbody>