diff --git a/typo3/sysext/fluid_styled_content/Classes/ViewHelpers/Link/ClickEnlargeViewHelper.php b/typo3/sysext/fluid_styled_content/Classes/ViewHelpers/Link/ClickEnlargeViewHelper.php index 95f9cf2dfe653f5c28e279809ab2ed2dad3c21e9..da5a322f3500ceef9fc1cbb1b110d5e7667f3160 100644 --- a/typo3/sysext/fluid_styled_content/Classes/ViewHelpers/Link/ClickEnlargeViewHelper.php +++ b/typo3/sysext/fluid_styled_content/Classes/ViewHelpers/Link/ClickEnlargeViewHelper.php @@ -15,7 +15,6 @@ namespace TYPO3\CMS\FluidStyledContent\ViewHelpers\Link; */ use TYPO3\CMS\Core\Resource\FileInterface; -use TYPO3\CMS\Core\Resource\FileReference; use TYPO3\CMS\Core\TypoScript\TypoScriptService; use TYPO3\CMS\Core\Utility\GeneralUtility; use TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer; @@ -52,7 +51,7 @@ class ClickEnlargeViewHelper extends AbstractViewHelper */ public function initializeArguments() { - $this->registerArgument('image', FileReference::class, 'The original image file', true); + $this->registerArgument('image', FileInterface::class, 'The original image file', true); $this->registerArgument( 'configuration', 'mixed',