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
fa33a671
Commit
fa33a671
authored
Oct 13, 2018
by
Carsten Rose
Browse files
Change &&...&& to --...--
parent
46ea6713
Pipeline
#1006
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/api/delete.php
View file @
fa33a671
...
...
@@ -82,7 +82,7 @@ try {
// in case everything is fine, an empty string is returned. Else an Array.
$flagSuccess
=
(
$answer
===
''
);
$targetUrl
=
str_replace
(
'
{{
amp
}}
'
,
'&'
,
Store
::
getVar
(
SIP_TARGET_URL
,
STORE_SIP
));
$targetUrl
=
str_replace
(
'
--
amp
--
'
,
'&'
,
Store
::
getVar
(
SIP_TARGET_URL
,
STORE_SIP
));
$modeAnswer
=
Store
::
getVar
(
SIP_MODE_ANSWER
,
STORE_SIP
);
switch
(
$modeAnswer
)
{
...
...
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