Fixed exceeding of max execution time when using trim message tool
This commit is contained in:
@@ -401,8 +401,6 @@ function get_sub_taged_string($message, $bbcode_uid, $length)
|
|||||||
{
|
{
|
||||||
global $phpbb_root_path, $phpEx;
|
global $phpbb_root_path, $phpEx;
|
||||||
|
|
||||||
$message = htmlspecialchars_decode($message);
|
|
||||||
|
|
||||||
if(!class_exists('phpbb_trim_message'))
|
if(!class_exists('phpbb_trim_message'))
|
||||||
{
|
{
|
||||||
include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx);
|
include($phpbb_root_path . 'includes/trim_message/trim_message.' . $phpEx);
|
||||||
|
|||||||
Reference in New Issue
Block a user