- Forces date validation to use custom custom field parameter
This commit is contained in:
@@ -58,6 +58,7 @@ class ImportExportFactory {
|
||||
'id' => $field['id'],
|
||||
'name' => $field['name'],
|
||||
'type' => $field['type'],
|
||||
'params' => unserialize($field['params']),
|
||||
'custom' => true
|
||||
);
|
||||
}, $subscriber_custom_fields);
|
||||
|
Reference in New Issue
Block a user