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
be34a0fb
Commit
be34a0fb
authored
Feb 15, 2018
by
Oliver Wand
Browse files
[BUGFIX] Respect correct versions sorting to get correct first upload date
parent
e22fc8c5
Pipeline
#3562
passed with stages
in 5 minutes
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
html/typo3conf/ext/ter_fe2/Classes/Domain/Model/Extension.php
View file @
be34a0fb
...
...
@@ -646,7 +646,7 @@ class Extension extends \TYPO3\CMS\Extbase\DomainObject\AbstractEntity
{
$dateOfFirstUpload
=
null
;
$versions
=
$this
->
getVersions
()
->
toArray
(
);
$versions
=
array_reverse
(
$this
->
get
Reverse
Versions
ByVersionNumber
()
);
list
(
$firstVersion
)
=
$versions
;
if
(
!
empty
(
$firstVersion
))
{
...
...
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