Merge pull request #362 from skipperbent/v3-development

Version 3.4.11.1
This commit is contained in:
Simon Sessingø
2018-02-19 16:36:27 +01:00
committed by GitHub
+2 -2
View File
@@ -37,12 +37,12 @@ class Response
} }
$this->header('location: ' . $url); $this->header('location: ' . $url);
die(); exit(0);
} }
public function refresh() public function refresh()
{ {
$this->redirect($this->request->getUri()->getPath()); $this->redirect($this->request->getUri()->getOriginalUrl());
} }
/** /**