Skip to content
Snippets Groups Projects
Commit ec71e45d authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Use cache hash inside the pagebrowser

parent a7d90462
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,6 @@ class PageBrowserController extends ActionController { ...@@ -140,6 +140,6 @@ class PageBrowserController extends ActionController {
* @return string * @return string
*/ */
protected function getPageLink($page) { protected function getPageLink($page) {
return $this->uriBuilder->reset()->setUseCacheHash(FALSE)->uriFor('index', ['currentPage' => $page,]); return $this->uriBuilder->reset()->setUseCacheHash(TRUE)->uriFor('index', ['currentPage' => $page,]);
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment