From 8987fc95f97e2e64915fcbe809a7e14051b8a328 Mon Sep 17 00:00:00 2001 From: Cesar G Date: Fri, 7 Feb 2014 09:20:49 -0800 Subject: [ticket/11508] Change separator parameter to a simple true|false $is_amp. PHPBB3-11508 --- phpBB/includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 9c77aa935c..2062cd062c 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2373,7 +2373,7 @@ function build_url($strip_vars = false) if ($strip_vars !== false) { - $redirect = $path_helper->strip_url_params($redirect, $strip_vars, '&'); + $redirect = $path_helper->strip_url_params($redirect, $strip_vars, false); } return $redirect; -- cgit v1.2.1