diff --git a/library/vendor/ipl/Html/Form.php b/library/vendor/ipl/Html/Form.php index b0dcbd12..f43fd438 100644 --- a/library/vendor/ipl/Html/Form.php +++ b/library/vendor/ipl/Html/Form.php @@ -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;