Commit 4de5009
Fixed compress activity log showing {{file}} instead of the archive filename (#5637)
Fix for #5630
The compress_one string in resources/lang/en/activity.php referenced
:file as the placeholder, but the backend passes the filename under a
files array. This caused the activity log to render {file}} instead of
the actual filename
Changed :file to :files.0 to correctly resolve the first filename from
the array.
Solution was identified by the issue reporter (@marioenache).1 parent de034cf commit 4de5009
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments