Skip to content

Commit 643bfbc

Browse files
committed
Fix regression in fileUrl macro
1 parent 84604a2 commit 643bfbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/_macros.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%- elseif value starts with '/' -%}
55
{{ value }}
66
{%- else -%}
7-
/download/{{ form_id }}?file={{ value }}
7+
/download/{{ formId }}?file={{ value }}
88
{%- endif -%}
99
{%- endmacro -%}
1010

0 commit comments

Comments
 (0)