diff options
author | Crizzo <mail@crizzo.de> | 2014-03-28 14:19:05 +0100 |
---|---|---|
committer | Crizzo <mail@crizzo.de> | 2014-03-28 19:26:56 +0100 |
commit | cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e (patch) | |
tree | 92bd193c0f37e8576e68680341ca7e6db83ee312 /phpBB | |
parent | 4f2a5120520aba766cb8a9e944e695213ec11b18 (diff) | |
download | forums-cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e.tar forums-cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e.tar.gz forums-cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e.tar.bz2 forums-cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e.tar.xz forums-cde4070b193cd8cce0d9fb3ffb7de8f3e3f5a08e.zip |
[ticket/9758] Remove unnessary if-question for include functions_display
PHPBB3-9758
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/ucp/ucp_pm_viewmessage.php | 5 |
1 files changed, 0 insertions, 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)) { |