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

Minor legacy changes #56

Closed heiko-hardt closed 9 years ago

heiko-hardt commented 9 years ago

Hi Kay, at first thanks for this cool extension :) This pull request only change legacy in namespaced classes. Using this changes makes your extension compatible with TYPO3 7.4.x.

Many thanks for your work Kind regards Heiko

Chrissitopher commented 9 years ago

This patch makes piwikintegration work again with TYPO3 7.

One replacement is missing: The plugin class still "extends tslib_pibase". This tslib_pibase should still be changed to \TYPO3\CMS\Frontend\Plugin\AbstractPlugin.

Chrissitopher commented 9 years ago

After some more testing, I have not experienced any errors.