From cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e Mon Sep 17 00:00:00 2001 From: Crizzo Date: Fri, 28 Mar 2014 14:19:05 +0100 Subject: [PATCH] [ticket/9758] Remove unnessary if-question for include functions_display PHPBB3-9758 --- phpBB/includes/ucp/ucp_pm_viewmessage.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/phpBB/includes/ucp/ucp_pm_viewmessage.php b/phpBB/includes/ucp/ucp_pm_viewmessage.php index 548aa2af3a..03064a31d3 100644 --- a/phpBB/includes/ucp/ucp_pm_viewmessage.php +++ b/phpBB/includes/ucp/ucp_pm_viewmessage.php @@ -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)) {