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
64c46a59
Commit
64c46a59
authored
Sep 14, 2017
by
Carsten Rose
Browse files
QuickFormQuery.php: serach for broken JSON
parent
503a76e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/qfq/qfq/QuickFormQuery.php
View file @
64c46a59
...
...
@@ -412,7 +412,6 @@ class QuickFormQuery {
// Retrieve current STORE_SIP.
$sipArray
=
$this
->
store
->
getStore
(
STORE_SIP
);
if
(
$sipArray
[
SIP_RECORD_ID
]
==
0
&&
API_SUBMIT_REASON_SAVE
==
$this
->
store
->
getVar
(
API_SUBMIT_REASON
,
STORE_CLIENT
.
STORE_EMPTY
,
SANITIZE_ALLOW_ALNUMX
))
{
// if ($sipArray[SIP_RECORD_ID] == 0 ) {
if
(
$this
->
formSpec
[
F_FORWARD_MODE
]
!==
F_FORWARD_MODE_URL
&&
$this
->
formSpec
[
F_FORWARD_MODE
]
!==
F_FORWARD_MODE_URL_SKIP_HISTORY
&&
...
...
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