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
f99256b3
Commit
f99256b3
authored
May 14, 2021
by
Thomas Löffler
Browse files
Merge branch 'develop' into task/use-full-url-for-distribution-images
parents
9c75b997
e5f1bab7
Pipeline
#11496
passed with stages
in 5 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Classes/Service/ExtensionIndexService.php
View file @
f99256b3
...
...
@@ -142,7 +142,7 @@ class ExtensionIndexService implements LoggerAwareInterface
$reviewState
=
(
string
)((
int
)
$extensionVersionArr
[
'review_state'
]
!==
-
2
?
$extensionVersionArr
[
'review_state'
]
:
0
);
$versionObj
->
appendChild
(
new
\
DOMElement
(
'reviewstate'
,
$reviewState
));
$versionObj
->
appendChild
(
new
\
DOMElement
(
'category'
,
$this
->
xmlentities
((
string
)
$extensionVersionArr
[
'em_category'
])));
if
(
$extensionVersionArr
[
'category'
]
===
'distribution'
)
{
if
(
$extensionVersionArr
[
'
em_
category'
]
===
'distribution'
)
{
$prefixDistributionFilePath
=
$extensionKey
[
0
]
.
'/'
.
$extensionKey
[
1
]
.
'/'
.
$extensionKey
.
'_'
.
$versionNumber
.
'_'
;
$distributionImage
=
$prefixDistributionFilePath
.
'Distribution.png'
;
$distributionWelcomeImage
=
$prefixDistributionFilePath
.
'DistributionWelcome.png'
;
...
...
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