mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-19 06:51:33 +02:00
Merge pull request #6225 from rubencm/ticket/16790
[ticket/16790] Remove unused code
This commit is contained in:
@@ -1028,7 +1028,7 @@ function compose_pm($id, $mode, $action, $user_folders = array())
|
||||
|
||||
parse_attachments(false, $preview_message, $attachment_data, $update_count, true);
|
||||
|
||||
foreach ($attachment_data as $i => $attachment)
|
||||
foreach ($attachment_data as $attachment)
|
||||
{
|
||||
$template->assign_block_vars('attachment', array(
|
||||
'DISPLAY_ATTACHMENT' => $attachment)
|
||||
|
Reference in New Issue
Block a user