Skip to content
  • Kevin Ditscheid's avatar
    [BUGFIX] Fix override file location · 067dca09
    Kevin Ditscheid authored
     This commit fixes a massive issue with the location of the override files in the TYPO3 system.
     Since the LocalizationFactory uses getFileAbsFileName if the override path is not an extension path, it will not accept any location outside the public folder, hence the override XML/XLF files need to be placed in Environment::getPublicPath.
    067dca09