Skip to content

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

@ghost

Description

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions