Skip to content
GitLab
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
66e0de3a
Commit
66e0de3a
authored
Jan 26, 2017
by
Carsten Rose
Browse files
delete.php: fixed unwanted loose of MSG_CONTENT.
parent
a3fc0261
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/api/delete.php
View file @
66e0de3a
...
...
@@ -74,10 +74,11 @@ try {
case
MODE_HTML
:
if
(
$targetUrl
===
false
||
$targetUrl
===
''
)
{
$result
[
MSG_CONTENT
]
=
'Missing target URL. '
.
ERROR_MISSING_VALUE
;
}
else
{
$result
[
MSG_CONTENT
]
=
''
;
}
$result
[
MSG_HEADER
]
=
"Location:
$targetUrl
"
;
$result
[
MSG_CONTENT
]
=
''
;
break
;
...
...
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