diff --git a/library/Icinga/Web/Form.php b/library/Icinga/Web/Form.php index e2ee66d0a..188f8e09c 100644 --- a/library/Icinga/Web/Form.php +++ b/library/Icinga/Web/Form.php @@ -615,7 +615,7 @@ class Form extends Zend_Form // TODO(el): Re-evalute this necessity. JavaScript could use the container's URL if there's no action set. // We MUST set an action as JS gets confused otherwise, if // this form is being displayed in an additional column - $this->setAction(Url::fromRequest()->without(array_keys($this->getElements()))); + $this->setAction($this->getRequest()->getUrl()->without(array_keys($this->getElements()))); } $this->created = true;