Fixed exceeding of max execution time when using trim message tool

This commit is contained in:
Marc Alexander
2012-04-03 11:03:07 +02:00
parent f2aad0b6a2
commit 2c0838b2c3

View File

@@ -401,8 +401,6 @@ function get_sub_taged_string($message, $bbcode_uid, $length)
{
global $phpbb_root_path, $phpEx;
$message = htmlspecialchars_decode($message);
if(!class_exists('phpbb_trim_message'))
{
include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx);