parent
d2bb40cc7c
commit
114a43b20e
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ public function save(Request $request, Response $response): Response
|
|||
}
|
||||
|
||||
if (!empty($request->getParam('returnurl'))) {
|
||||
$this->container->environment['HTTP_REFERER'] = escape($request->getParam('returnurl'));
|
||||
$this->container->environment['HTTP_REFERER'] = $request->getParam('returnurl');
|
||||
}
|
||||
|
||||
return $this->redirectFromReferer(
|
||||
|
|
Loading…
Reference in a new issue