Closed hannesbochmann closed 9 years ago
have you checked the git version, or just the TER version? - thanks
The TER Version. But as I see it's in the git version, too. @see https://github.com/kaystrobach/TYPO3.piwikintegration/blob/master/piwik_patches/plugins/TYPO3Login/Auth.php#L251
fixed in git repo, would be glad, if you could check it before release :dancer:
Looks fine to me. Thanks.
In piwik/plugins/TYPO3Login/Auth.php is missing \ in front of the Exception class in line 251. Because of Namesspaces the call leads to Class 'Piwik\Plugins\TYPO3Login\Exception' not found. Adding the \ to Exception is enough.