mirror of
https://github.com/silverstripe/silverstripe-spamprotection.git
synced 2024-10-22 14:05:59 +02:00
FIX: typo in field name
This commit is contained in:
parent
420a51bbb5
commit
05650e912d
@ -71,7 +71,7 @@ if(class_exists('EditableFormField')) {
|
|||||||
|
|
||||||
// Get protector
|
// Get protector
|
||||||
$protector = FormSpamProtectionExtension::get_protector();
|
$protector = FormSpamProtectionExtension::get_protector();
|
||||||
if (empty($protector)) return fields;
|
if (!$protector) return $fields;
|
||||||
|
|
||||||
// Each other text field in this group can be assigned a field mapping
|
// Each other text field in this group can be assigned a field mapping
|
||||||
$mapGroup = FieldGroup::create(_t(
|
$mapGroup = FieldGroup::create(_t(
|
||||||
|
Loading…
Reference in New Issue
Block a user