projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298a921
)
Fixed call to custom fields using wrong parameters; content instead of UID
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 19 Oct 2017 20:38:52 +0000
(16:38 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 19 Oct 2017 20:38:52 +0000
(16:38 -0400)
models/admin/management/import.php
patch
|
blob
|
history
diff --git
a/models/admin/management/import.php
b/models/admin/management/import.php
index
4c880fa
..
6ae8006
100644
(file)
--- 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;