diff --git a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php index f7b2229f6cbfcbbc32fd3d209102db1af1eb0665..fb7b2040347386b49975f129e7f8b7718cd321d0 100644 --- a/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php +++ b/typo3/sysext/backend/Classes/Form/FormDataProvider/TcaGroup.php @@ -148,8 +148,8 @@ class TcaGroup implements FormDataProviderInterface } } else { throw new \UnexpectedValueException( - 'Invalid TCA internal_type of field "' . $fieldName . '" in table ' . $result['tableName'] - . ': Must not be set, or set to "folder".', + 'Invalid TCA internal_type "' . $internalType . '" for field "' . $fieldName + . '" of table "' . $result['tableName'] . '". Valid values are "db" (default) and "folder".', 1438780511 ); }