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
f799b38c
Commit
f799b38c
authored
Jul 23, 2020
by
Benni Mack
Browse files
[BUGFIX] Use proper array for fetching external manual
parent
0102b50e
Pipeline
#9304
passed with stages
in 9 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
f799b38c
...
...
@@ -3,7 +3,7 @@ type: typo3
docroot
:
public
php_version
:
"
7.2"
webserver_type
:
nginx-fpm
router_http_port
:
"
80"
router_http_port
:
"
80
80
"
router_https_port
:
"
443"
xdebug_enabled
:
false
additional_hostnames
:
[]
...
...
@@ -126,7 +126,7 @@ timezone: Europe/Berlin
# phpmyadmin_https_port: "8037"
# The PHPMyAdmin ports can be changed from the default 8036 and 8037
#
mailhog_port: "
8
025"
mailhog_port
:
"
10
025"
# mailhog_https_port: "8026"
# The MailHog ports can be changed from the default 8025 and 8026
...
...
extensions/ter_fe2/Classes/Domain/Repository/CombinedExtensionRepository.php
View file @
f799b38c
...
...
@@ -59,7 +59,7 @@ class CombinedExtensionRepository
$basicExtensionInformation
[
$extensionKey
]
=
[
'ownerusername'
=>
$extensionKeyRow
[
'frontend_user'
],
'downloads'
=>
$extensionKeyRow
[
'downloads'
],
'external_manual'
=>
$extensionKey
[
'external_manual'
]
?:
''
'external_manual'
=>
$extensionKey
Row
[
'external_manual'
]
?:
''
];
}
return
$basicExtensionInformation
;
...
...
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