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
003018ec
Commit
003018ec
authored
Dec 26, 2018
by
Carsten Rose
Browse files
Bug #7543 / general error: QuickFormQuery.php / Line: 1364. Happened during upload. Refs #7543
parent
bb4e0b4b
Pipeline
#1260
passed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Source/core/QuickFormQuery.php
View file @
003018ec
...
...
@@ -1361,7 +1361,7 @@ class QuickFormQuery {
unset
(
$data
[
API_ELEMENT_UPDATE
]);
}
if
(
!
is_array
(
$data
)
&&
count
(
$data
)
>
0
)
{
if
(
is_array
(
$data
)
&&
count
(
$data
)
>
0
)
{
$collect
[
API_FORM_UPDATE
][]
=
$data
;
}
}
...
...
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