Skip to content

Commit

Permalink
Fix default value of sessionRefParam (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkejN authored Mar 22, 2022
1 parent e7edcd7 commit 75fd2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dca/tl_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

$GLOBALS['TL_DCA']['tl_form']['fields']['mp_forms_sessionRefParam'] = [
'exclude' => true,
'default' => 'step',
'default' => 'ref',
'inputType' => 'text',
'eval' => ['tl_class' => 'w50', 'maxlength' => 255],
'sql' => "varchar(255) NOT NULL default 'ref'"
Expand Down

0 comments on commit 75fd2ae

Please # to comment.