Leuchtfeuer / typo3-aws-tools

This extension connects your TYPO3 instance to Amazon CloudFront. It rewrites all file paths in the frontend to match your CDN domain. You also have the possibility to invalidate Amazon CloudFront entries.
https://www.Leuchtfeuer.com
GNU General Public License v2.0
2 stars 5 forks source link

[TASK] Ensure language array is set #16

Closed bmheins closed 5 months ago

bmheins commented 5 months ago

Provide site language configuration in cli context and ensure $language['awstools_cdn_enabled'] is set.

When called from cli (e.g. from a scheduler task), site language could not be fetched. Now a fallback from first site configuration is used.