We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In /ext/imagecycle/Classes/Plugin/CoinSlider.php you have on line 30-32
class CoinSlider extends \tx_imagecycle_pi3 { }
which needs in our opinion to be corrected to "tx_imagecycle_pi2" as follows
class CoinSlider extends \tx_imagecycle_pi2 { }
Interesting hereby is, that this throws only an error in TYPO3 8.7.10, but not in the previous TYPO3-Version 7.6.x.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In /ext/imagecycle/Classes/Plugin/CoinSlider.php you have on line 30-32
which needs in our opinion to be corrected to "tx_imagecycle_pi2" as follows
Interesting hereby is, that this throws only an error in TYPO3 8.7.10, but not in the previous TYPO3-Version 7.6.x.
The text was updated successfully, but these errors were encountered: