Skip to content

[TASK] Use Environment API instead of PATH_site

Benni Mack requested to merge feature/environment-api into develop

The constant is dropped in TYPO3 v10, so the new Environment API should be used instead.

The main difference is that Environment::getPublicPath() does not hold a "/" at the very end.

Merge request reports