diff --git a/library/Icinga/Web/Controller/ActionController.php b/library/Icinga/Web/Controller/ActionController.php index 740197d93..300413b63 100644 --- a/library/Icinga/Web/Controller/ActionController.php +++ b/library/Icinga/Web/Controller/ActionController.php @@ -322,7 +322,7 @@ class ActionController extends Zend_Controller_Action } else { $url = Url::fromPath($url)->getRelativeUrl(); } - $this->_helper->Redirector->gotoUrlAndExit($url); + $this->_helper->Redirector->gotoUrlAndExit(preg_replace('~&~', '&', $url)); } /**