Merge branch 'develop#4' of github.com:Hystepik/dolibarr into develop#4

This commit is contained in:
lmarcouiller 2022-06-22 12:26:13 +02:00
commit 7439a150cd

View File

@ -1282,7 +1282,6 @@ class FormFile
if ($file['name'] != '.'
&& $file['name'] != '..'
&& !preg_match('/\.meta$/i', $file['name'])) {
if (array_key_exists('rowid', $filearray[$key]) && $filearray[$key]['rowid'] > 0) {
$lastrowid = $filearray[$key]['rowid'];
}