Skip to content

Commit

Permalink
remove superfluous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed May 27, 2019
1 parent 14280c8 commit 828d36e
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 828d36e

Please sign in to comment.