kaystrobach / TYPO3.piwikintegration

Piwik backend integration for TYPO3
http://forge.typo3.org/projects/extension-piwikintegration/
GNU General Public License v2.0
6 stars 10 forks source link

Update beUserLogin in Tracking.php line 71 #114

Closed Chrissitopher closed 5 years ago

Chrissitopher commented 5 years ago

TypoScriptFrontendController->beUserLogin has been deprecated in TYPO3 9.5 and is removed in TYPO3 10.

Migration:

Use $context->getPropertyFromAspect('backend.user', 'isLoggedIn') instead of $TSFE->beUserLogin.

See https://docs.typo3.org/typo3cms/extensions/core/Changelog/9.4/Deprecation-85389-VariousPublicPropertiesInFavorOfContextAPI.html?highlight=beuserlogin