Skip to content
Snippets Groups Projects
Commit f571016b authored by Helmut Hummel's avatar Helmut Hummel Committed by Richard Haeser
Browse files

[BUGFIX] Avoid double slash in cache directory

When configuring a different cache directory,
the setter is called in SimpleFileBackend, which tries
to add the cache identifier as last directory name.

At this time however the cache identifier is still empty
and the full directory path is composed in setCache anyway.

Resolves: #88961
Releases: 8.7, 9.5, master
Change-Id: I44c99d78e98d951d83666ff51eeea37b90a52302
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/61499


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarRichard Haeser <richard@maxserv.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarRichard Haeser <richard@maxserv.com>
parent 2a94c022
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment