Skip to content

Commit

Permalink
Merge pull request #6 from fritzmg/patch-1
Browse files Browse the repository at this point in the history
remove superfluous semicolon
  • Loading branch information
Christopher Mühl committed May 28, 2019
2 parents 2f2bfe4 + 828d36e commit 0d8ac74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_content.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$GLOBALS['TL_DCA']['tl_content']['palettes']['backgroundrecaptcha'] = '{type_legend},type;{description_legend},recaptcha_action;{invisible_legend:hide},invisible,start,stop;';
$GLOBALS['TL_DCA']['tl_content']['palettes']['backgroundrecaptcha'] = '{type_legend},type;{description_legend},recaptcha_action;{invisible_legend:hide},invisible,start,stop';

$GLOBALS['TL_DCA']['tl_content']['fields'] += [
'recaptcha_action' => [
Expand Down

0 comments on commit 0d8ac74

Please sign in to comment.