FIX: typo in field name

This commit is contained in:
Will Rossiter 2014-09-26 08:53:55 +12:00
parent 420a51bbb5
commit 05650e912d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ if(class_exists('EditableFormField')) {
// 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
$mapGroup = FieldGroup::create(_t(