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
extensions.typo3.org
extensions.typo3.org
Commits
fac5a29f
Commit
fac5a29f
authored
Dec 07, 2021
by
Thomas Löffler
Browse files
[BUGFIX] Add array_filter for verified field
parent
dfa36ce7
Pipeline
#20736
passed with stages
in 8 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Classes/Domain/Model/Extension.php
View file @
fac5a29f
...
...
@@ -513,7 +513,7 @@ class Extension extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity implement
*/
public
function
getVerified
():
array
{
return
explode
(
','
,
$this
->
verified
);
return
array_filter
(
explode
(
','
,
$this
->
verified
)
)
;
}
/**
...
...
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