Skip to content

Commit

Permalink
[BUGFIX] Prevent error on db compare
Browse files Browse the repository at this point in the history
Fixes: #44
  • Loading branch information
einpraegsam committed Nov 21, 2023
1 parent 3a4ee68 commit d68be8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/TCA/tx_lux_domain_model_utm.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
return [
'ctrl' => [
'title' => 'LLL:EXT:lux/Resources/Private/Language/locallang_db.xlf:' . Utm::TABLE_NAME,
'label' => 'title',
'label' => 'utm_source',
'tstamp' => 'tstamp',
'crdate' => 'crdate',
'cruser_id' => 'cruser_id',
Expand Down

0 comments on commit d68be8e

Please sign in to comment.