Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
services
T
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
3acb8229
Commit
3acb8229
authored
Oct 23, 2017
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removes obsolete ORDER BY
parent
7bc8dff0
Pipeline
#2606
passed with stages
in 2 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
...xt/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
+1
-1
No files found.
html/typo3conf/ext/ter_fe2/Classes/Task/ImportExtensionsFromQueueTask.php
View file @
3acb8229
...
...
@@ -508,7 +508,7 @@ class ImportExtensionsFromQueueTask extends Task
'tx_terfe2_domain_model_version'
,
'extension = '
.
$extUid
.
' AND NOT deleted'
,
''
,
'
ORDER BY
version_number DESC'
'version_number DESC'
);
if
(
!
empty
(
$res
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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