From 8ec23563f0faf9e09960d2d47c0aa98d56522ec2 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Thu, 19 Oct 2017 16:38:52 -0400 Subject: [PATCH] Fixed call to custom fields using wrong parameters; content instead of UID --- models/admin/management/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/admin/management/import.php b/models/admin/management/import.php index 4c880fa2..6ae80063 100644 --- a/models/admin/management/import.php +++ b/models/admin/management/import.php @@ -182,7 +182,7 @@ class GlmMembersAdmin_management_import case 'customfields': $requestedView = 'custom.html'; - $templateData['content'] = apply_filters( 'glm-members-customfields-edit', GLM_MEMBERS_PLUGIN_SLUG, 'members' ); + $templateData['content'] = apply_filters( 'glm-members-customfields-edit', '', GLM_MEMBERS_PLUGIN_SLUG ); $templateData['thisOption'] = $option; break; -- 2.17.1