Bugfix, the captcha input id now equals self::KEY_CAPTCHA_PHRASE.
This commit is contained in:
parent
d34a022bcf
commit
759e2b52d8
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ return new class extends Lewp\Module
|
|||
'input',
|
||||
'',
|
||||
[
|
||||
'id' => 'captchainput',
|
||||
'id' => self::KEY_CAPTCHA_PHRASE,
|
||||
'name' => self::KEY_CAPTCHA_PHRASE,
|
||||
'type' => 'text',
|
||||
'required' => 'required',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue