- Forces date validation to use custom custom field parameter

This commit is contained in:
Vlad
2016-08-07 18:57:43 -04:00
parent 9a5a3a08c6
commit 4eec0a42f9
2 changed files with 10 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ class ImportExportFactory {
'id' => $field['id'],
'name' => $field['name'],
'type' => $field['type'],
'params' => unserialize($field['params']),
'custom' => true
);
}, $subscriber_custom_fields);