Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
e762f918
Commit
e762f918
authored
Oct 13, 2018
by
Carsten Rose
Browse files
Change &&...&& to --...--
parent
fa33a671
Pipeline
#1007
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/qfq/qfq/report/Link.php
View file @
e762f918
...
...
@@ -916,7 +916,7 @@ class Link {
case
TOKEN_ACTION_DELETE_REPORT
:
$nameUrlParam
.
=
'&'
.
SIP_MODE_ANSWER
.
'='
.
MODE_HTML
;
// Encode '&' in url to preserve parameters (#4545) - need to decode on use.
$nameUrlParam
.
=
'&'
.
SIP_TARGET_URL
.
'='
.
str_replace
(
'&'
,
'
{{
amp
}}
'
,
$_SERVER
[
'REQUEST_URI'
]);
$nameUrlParam
.
=
'&'
.
SIP_TARGET_URL
.
'='
.
str_replace
(
'&'
,
'
--
amp
--
'
,
$_SERVER
[
'REQUEST_URI'
]);
break
;
case
TOKEN_ACTION_DELETE_CLOSE
:
// TODO: Implement for Form (primary Record wird geloescht)
...
...
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