diff --git a/t3lib/tceforms/class.t3lib_tceforms_suggest.php b/t3lib/tceforms/class.t3lib_tceforms_suggest.php index fd1381eeb93f135301297267cf81e51b9c1a3ba0..9e88599cdeb4f11c2b2e50a623753a6eca45f336 100644 --- a/t3lib/tceforms/class.t3lib_tceforms_suggest.php +++ b/t3lib/tceforms/class.t3lib_tceforms_suggest.php @@ -4,5 +4,5 @@ * and will be removed by 7.0. The class was renamed and is now located at: * typo3/sysext/backend/Classes/Forms/Element/SuggestElement.php */ -require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('backend') . 'Classes/Forms/Element/SuggestElement.php'; +require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('backend') . 'Classes/Form/Element/SuggestElement.php'; ?> \ No newline at end of file