Skip to content

Commit 9afc2e5

Browse files
This fixes problem with pi1
1 parent 1988308 commit 9afc2e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/Plugin/ImageCycle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
use TYPO3\CMS\Core\Utility\ExtensionManagementUtility;
2727

28-
require_once(ExtensionManagementUtility::extPath('imagecycle').'pi3/class.tx_imagecycle_pi1.php');
28+
require_once(ExtensionManagementUtility::extPath('imagecycle').'pi1/class.tx_imagecycle_pi1.php');
2929

3030
class ImageCycle extends \tx_imagecycle_pi1 {
3131

0 commit comments

Comments
 (0)