diff --git a/ext_localconf.php b/ext_localconf.php index 0786358..943ffcd 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -2,4 +2,4 @@ defined('TYPO3_MODE') or die(); // Register the edit panel view. -$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'TYPO3\\CMS\\Feedit\\FrontendEditPanel'; +$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = \TYPO3\CMS\Feedit\FrontendEditPanel::class;