Index: ../../../../Volumes/tim/public_html/TYPO3-Core/supreme/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderContext.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- ../../../../Volumes/tim/public_html/TYPO3-Core/supreme/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderContext.php (revision ) +++ ../../../../Volumes/tim/public_html/TYPO3-Core/supreme/typo3/sysext/backend/Classes/View/BackendLayout/DataProviderContext.php (revision ) @@ -103,7 +103,7 @@ * @return DataProviderContext */ public function setFieldName($fieldName) { - $this->field = $fieldName; + $this->fieldName = $fieldName; return $this; } \ No newline at end of file