From 1365519283d5574ea0668f25052f4fee960d27f4 Mon Sep 17 00:00:00 2001 From: rxu Date: Tue, 25 Nov 2014 22:20:14 +0700 Subject: [PATCH] [ticket/13377] Fix decoding for www type URLs in function decode_message() PHPBB3-13377 --- phpBB/includes/functions.php | 2 +- phpBB/includes/functions_content.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index bb4fc5dbae..d6ed40bdf8 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2749,7 +2749,7 @@ function get_preg_expression($mode) return array( '#.*?#', '#.*?#', - '#.*?#', + '#(.*?)#', '#