diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-02-18 18:02:23 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-02-18 18:02:23 +0100 |
commit | 098854a822846ba3aa222acb95d4028aa5cc830c (patch) | |
tree | 3d1102e52c6eb2a6715d0f363f8d39602aba3438 /phpBB/includes/ucp/ucp_pm_viewmessage.php | |
parent | 60f60acea31bd5c531ab757bae10dfb741c1b6ad (diff) | |
parent | 4559aca72300763e3f227b62e23bb4ef3f2c09ec (diff) | |
download | forums-098854a822846ba3aa222acb95d4028aa5cc830c.tar forums-098854a822846ba3aa222acb95d4028aa5cc830c.tar.gz forums-098854a822846ba3aa222acb95d4028aa5cc830c.tar.bz2 forums-098854a822846ba3aa222acb95d4028aa5cc830c.tar.xz forums-098854a822846ba3aa222acb95d4028aa5cc830c.zip |
Merge pull request #3395 from s9e/ticket/13595
[ticket/13595] Remove unused instances of the bbcode class
Diffstat (limited to 'phpBB/includes/ucp/ucp_pm_viewmessage.php')
-rw-r--r-- | phpBB/includes/ucp/ucp_pm_viewmessage.php | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/phpBB/includes/ucp/ucp_pm_viewmessage.php b/phpBB/includes/ucp/ucp_pm_viewmessage.php index 888c2e6825..d81c4ce7fe 100644 --- a/phpBB/includes/ucp/ucp_pm_viewmessage.php +++ b/phpBB/includes/ucp/ucp_pm_viewmessage.php @@ -53,15 +53,6 @@ function view_message($id, $mode, $folder_id, $msg_id, $folder, $message_row) // Grab icons $icons = $cache->obtain_icons(); - $bbcode = false; - - // Instantiate BBCode if need be - if ($message_row['bbcode_bitfield']) - { - include($phpbb_root_path . 'includes/bbcode.' . $phpEx); - $bbcode = new bbcode($message_row['bbcode_bitfield']); - } - // Load the custom profile fields if ($config['load_cpf_pm']) { |