Skip to content
Snippets Groups Projects
Commit dac58641 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Remove useCacheHash from link generation because it does nothing anymore

parent a18f3642
No related branches found
No related tags found
1 merge request!25Feature upgrade to typo3 10
......@@ -140,7 +140,7 @@ class PageBrowserController extends ActionController {
* @return string
*/
protected function getPageLink($page): string {
return $this->uriBuilder->reset()->setAddQueryString(TRUE)->setUseCacheHash(TRUE)
return $this->uriBuilder->reset()->setAddQueryString(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