Merge pull request #363 from skipperbent/master

Sync
This commit is contained in:
Simon Sessingø
2018-02-19 16:37:04 +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());
} }
/** /**