Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
FIX Typo in userforms form field class name
  • Loading branch information
robbieaverill committed Aug 28, 2017
1 parent 680411e commit 05fcdb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config/spamprotection.yml
@@ -1,5 +1,5 @@
---
name: spamprotection
Name: spamprotection
---
SilverStripe\Forms\Form:
extensions:
Expand Down
2 changes: 1 addition & 1 deletion code/EditableSpamProtectionField.php
Expand Up @@ -18,7 +18,7 @@
/**
* @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;
}

Expand Down

0 comments on commit 05fcdb6

Please sign in to comment.