Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
typo3.org
typo3.org
Commits
abb62168
Commit
abb62168
authored
May 13, 2022
by
Thomas Löffler
Browse files
[BUGFIX] Ignore logo field when importing members
parent
b8584a27
Pipeline
#27239
passed with stages
in 5 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
extensions/t3org_layout/Classes/Command/FetchMembersCommand.php
View file @
abb62168
...
...
@@ -96,7 +96,7 @@ class FetchMembersCommand extends Command
$data
[
'crdate'
]
=
time
();
$data
[
'membership'
]
=
$this
->
getMembershipId
(
$data
[
'membership'
]);
$data
[
'email'
]
=
$data
[
'email'
]
??
''
;
$data
[
'logo'
]
=
$data
[
'logo'
]
??
0
;
$data
[
'logo'
]
=
0
;
unset
(
$data
[
'votingEmail'
]);
unset
(
$data
[
'identifier'
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment