diff --git a/e107_handlers/redirection_class.php b/e107_handlers/redirection_class.php index f94a9d329..a6bdbc920 100644 --- a/e107_handlers/redirection_class.php +++ b/e107_handlers/redirection_class.php @@ -335,6 +335,8 @@ class redirection */ public function go($url, $replace = TRUE, $http_response_code = NULL, $preventCache = true) { + $url = str_replace("&", "&", $url); // cleanup when using e_QUERY in $url; + if(session_id()) { e107::getSession()->end();