Fixed call to custom fields using wrong parameters; content instead of UID
authorLaury GvR <laury@gaslightmedia.com>
Thu, 19 Oct 2017 20:38:52 +0000 (16:38 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 19 Oct 2017 20:38:52 +0000 (16:38 -0400)
models/admin/management/import.php

index 4c880fa..6ae8006 100644 (file)
@@ -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;