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
dd167c93
Commit
dd167c93
authored
Mar 14, 2019
by
Carsten Rose
Browse files
fix typo
parent
82702b88
Pipeline
#1729
passed with stage
in 2 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/QuickFormQuery.php
View file @
dd167c93
...
...
@@ -376,7 +376,7 @@ class QuickFormQuery {
Session
::
checkSessionExpired
(
$this
->
formSpec
[
F_SESSION_TIMEOUT_SECONDS
]);
if
(
$formName
!==
false
)
{
// Validate (only if there is a 'real' form, not a FORM_DELETE with only a tablename).
// Validate (only if there is a 'real' form, not a FORM_DELETE with only a table
name).
// Attention: $formModeNew will be set
$sipFound
=
$this
->
validateForm
(
$foundInStore
,
$formMode
,
$formModeNew
);
...
...
extension/Source/core/store/FillStoreForm.php
View file @
dd167c93
...
...
@@ -217,7 +217,7 @@ class FillStoreForm {
$fakeRecordId
=
isset
(
$sipValues
[
SIP_MAKE_URLPARAM_UNIQ
])
?
0
:
$sipValues
[
SIP_RECORD_ID
];
}
// Iterate over all FormElements. San
a
tize values. Built an assoc array $newValues.
// Iterate over all FormElements. San
i
tize values. Built an assoc array $newValues.
foreach
(
$this
->
feSpecNative
AS
$formElement
)
{
// Never get a predefined 'id'
...
...
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