Skip to content

Commit

Permalink
Merge pull request #18 from pixelant/bug_fix
Browse files Browse the repository at this point in the history
[BUGFIX] changed extension name in validator
  • Loading branch information
anjeylink authored Oct 2, 2018
2 parents 331c6e6 + eaf16a4 commit 5a6e7e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Classes/Validation/RecaptchaValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function isValid($value = null)
$this->addError(
$this->translateErrorMessage(
'fe.error.recaptcha',
'pxa_form_enhancement'
'PxaFormEnhancement'
),
1465905014
);
Expand Down
7 changes: 1 addition & 6 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 1,
'version' => '3.2.0',
'version' => '3.2.1',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-9.9.99',
Expand All @@ -30,10 +30,5 @@
],
'suggests' => [
],
],
'autoload' => [
'classmap' => [
'Classes'
]
]
];

0 comments on commit 5a6e7e1

Please sign in to comment.