1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/9758] Remove unnessary if-question for include functions_display

PHPBB3-9758
This commit is contained in:
Crizzo
2014-03-28 14:19:05 +01:00
parent 4f2a512052
commit cde4070b19

View File

@@ -266,11 +266,6 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row)
}
}
if (!function_exists('phpbb_gen_download_links'))
{
include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
}
// Display not already displayed Attachments for this post, we already parsed them. ;)
if (isset($attachments) && sizeof($attachments))
{