diff --git a/Configuration/TCA/tx_formlog_entries.php b/Configuration/TCA/tx_formlog_entries.php index 5149b30..3172533 100644 --- a/Configuration/TCA/tx_formlog_entries.php +++ b/Configuration/TCA/tx_formlog_entries.php @@ -20,12 +20,6 @@ ], ], 'columns' => [ - 'pid' => [ - 'config' => [ - 'type' => 'passthrough', - 'foreign_table' => 'pages', - ], - ], 'crdate' => [ 'exclude' => 1, 'label' => 'LLL:EXT:core/Resources/Private/Language/locallang_general.xlf:LGL.creationDate',