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
a693f7c6
Commit
a693f7c6
authored
Jan 26, 2017
by
Carsten Rose
Browse files
delete.php: fixed typo
parent
f2d9d6e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/api/delete.php
View file @
a693f7c6
...
...
@@ -91,12 +91,14 @@ try {
$answer
[
API_MESSAGE
]
=
$e
->
formatMessage
();
$val
=
Store
::
getVar
(
SYSTEM_FORM_ELEMENT
,
STORE_SYSTEM
);
if
(
$val
!==
false
)
if
(
$val
!==
false
)
{
$answer
[
API_FIELD_NAME
]
=
$val
;
}
$val
=
Store
::
getVar
(
SYSTEM_FORM_ELEMENT_MESSAGE
,
STORE_SYSTEM
);
if
(
$val
!==
false
)
if
(
$val
!==
false
)
{
$answer
[
API_FIELD_MESSAGE
]
=
$val
;
}
$result
[
MSG_CONTENT
]
=
json_encode
(
$answer
);
...
...
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