mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-13 13:16:36 +02:00
[ticket/15687] Add missing int cast
PHPBB3-15687
This commit is contained in:
@ -1311,7 +1311,7 @@ class acp_attachments
|
|||||||
'U_FILE' => $this->controller_helper->route(
|
'U_FILE' => $this->controller_helper->route(
|
||||||
'phpbb_storage_attachment',
|
'phpbb_storage_attachment',
|
||||||
[
|
[
|
||||||
'id' => $row['attach_id'],
|
'id' => (int) $row['attach_id'],
|
||||||
'filename' => $row['real_filename'],
|
'filename' => $row['real_filename'],
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user