mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
FIX Typo in userforms form field class name
This commit is contained in:
parent
680411e2ac
commit
05fcdb6f41
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: spamprotection
|
Name: spamprotection
|
||||||
---
|
---
|
||||||
SilverStripe\Forms\Form:
|
SilverStripe\Forms\Form:
|
||||||
extensions:
|
extensions:
|
||||||
|
@ -18,7 +18,7 @@ use SilverStripe\UserForms\Model\EditableFormField\EditableTextField;
|
|||||||
/**
|
/**
|
||||||
* @todo The userforms namespaces may still change, as the branch is not merged in yet
|
* @todo The userforms namespaces may still change, as the branch is not merged in yet
|
||||||
*/
|
*/
|
||||||
if (!class_exists(EditableFormFields::class)) {
|
if (!class_exists(EditableFormField::class)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user