Skip to content

Commit

Permalink
removed dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyborn committed Feb 26, 2020
1 parent afc9821 commit d0a7f4f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Resources/contao/dca/tl_form_field.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
return;
}

dump($GLOBALS['TL_DCA']['tl_form_field']['palettes']['captcha']);

$GLOBALS['TL_DCA']['tl_form_field']['palettes']['captcha'] = str_replace('{fconfig_legend},', '{fconfig_legend},recaptcha3_threshold,recaptcha3_action,', $GLOBALS['TL_DCA']['tl_form_field']['palettes']['captcha']);
dump($GLOBALS['TL_DCA']['tl_form_field']['palettes']['captcha']);
};

$GLOBALS['TL_DCA']['tl_form_field']['fields'] += [
Expand Down

0 comments on commit d0a7f4f

Please sign in to comment.