Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Prevent exception in AccessComponent
AccessComponent expects to find the TypoScriptFrontendController in $GLOBALS['TSFE'], and will cause an exception in CLI context. To prevent this an additional check for TSFE in AccessComponent is added, similiar to other components like LastSearchesComponent. Relates: #3675 Resolves: #3944
- Loading branch information