1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15687] Fix incorrect variable names thanks to copy & paste

PHPBB3-15687
This commit is contained in:
Marc Alexander
2023-06-27 22:16:30 +02:00
parent df6ab1a811
commit b02ad26015
2 changed files with 2 additions and 2 deletions

View File

@@ -873,7 +873,7 @@ function posting_gen_attachment_entry($attachment_data, &$filename_data, $show_a
'phpbb_storage_attachment',
[
'file' => (int) $attach_row['attach_id'],
'filename' => $attachment['real_filename'],
'filename' => $attach_row['real_filename'],
]
);