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