Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
6fb995a2
Commit
6fb995a2
authored
Aug 12, 2020
by
Kevin Ditscheid
Browse files
[BUGFIX] Fix addQueryStringMethod
parent
9987904d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Classes/ViewHelpers/Widget/UriViewHelper.php
View file @
6fb995a2
...
...
@@ -130,7 +130,7 @@ class UriViewHelper extends AbstractViewHelper {
->
setArguments
(
$allArguments
)
->
setSection
(
$arguments
[
'section'
])
->
setAddQueryString
(
TRUE
)
->
setAddQueryStringMethod
(
$arguments
[
'addQueryStringMethod'
])
->
setAddQueryStringMethod
(
$arguments
[
'addQueryStringMethod'
]
??
''
)
->
setArgumentsToBeExcludedFromQueryString
([
$argumentPrefix
,
'cHash'
])
->
setFormat
(
$arguments
[
'format'
])
->
build
();
...
...
Write
Preview
Supports
Markdown
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