1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 14:30:32 +02:00

[ticket/11508] Change separator parameter to a simple true|false $is_amp.

PHPBB3-11508
This commit is contained in:
Cesar G
2014-02-07 09:20:49 -08:00
parent 3163388f63
commit 8987fc95f9
2 changed files with 10 additions and 9 deletions

View File

@@ -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;