Skip to content
New issue

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

Wrong Class extended in /imagecycle/Classes/Plugin/CoinSlider.php #9

Open
ghost opened this issue Mar 13, 2018 · 0 comments
Open

Wrong Class extended in /imagecycle/Classes/Plugin/CoinSlider.php #9

ghost opened this issue Mar 13, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Mar 13, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants