Skip to content
Snippets Groups Projects
Commit bb4e0b4b authored by Carsten  Rose's avatar Carsten Rose
Browse files

Bug #7543 / general error: QuickFormQuery.php / Line: 1364. Happened during upload. Refs #7543

parent ed7d2b12
No related branches found
No related tags found
No related merge requests found
Pipeline #1259 passed
......@@ -1361,7 +1361,7 @@ class QuickFormQuery {
unset($data[API_ELEMENT_UPDATE]);
}
if (!empty($data) && count($data) > 0) {
if (!is_array($data) && count($data) > 0) {
$collect[API_FORM_UPDATE][] = $data;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment