mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
ipl/Form: set correct action url
This commit is contained in:
parent
3ae39af1cb
commit
095de49570
2
library/vendor/ipl/Html/Form.php
vendored
2
library/vendor/ipl/Html/Form.php
vendored
@ -42,7 +42,7 @@ class Form extends BaseHtmlElement
|
||||
$this->request = $request;
|
||||
|
||||
if ($this->getAction() === null) {
|
||||
$this->setAction($request->getUrl());
|
||||
$this->setAction($request->getUrl()->getAbsoluteUrl('&'));
|
||||
}
|
||||
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user