Skip to content

Commit

Permalink
Merge branch 'main' into TYPO3-12
Browse files Browse the repository at this point in the history
  • Loading branch information
akoenig-clickstorm authored Aug 28, 2023
2 parents 22ae52e + f7c57ff commit b05347e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/Hook/FormController.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ public function manipulateFormForConfirmation($mail, $formController)
protected function checkParam()
{
$params = GeneralUtility::_GP('tx_powermail_pi1');
return $params['field']['tx_cspowermailgdpr_accepted']?1:0;
return !empty($params['field']['tx_cspowermailgdpr_accepted']);
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_email' => '[email protected]',
'author_company' => 'clickstorm GmbH',
'state' => 'beta',
'version' => '4.0.0-dev',
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '',
Expand Down

0 comments on commit b05347e

Please sign in to comment.