Fixing style errors.

This commit is contained in:
stickler-ci 2022-06-22 10:16:27 +00:00
parent 1821c62288
commit 63cca2c7cf

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'];
}