Fixing style errors.

This commit is contained in:
stickler-ci 2023-03-29 09:06:53 +00:00
parent 538a6870f1
commit cb63bbba32

View File

@ -761,11 +761,10 @@ if (empty($reshook)) {
} }
} }
if(empty($update_done)) { if (empty($update_done)) {
$line->id = $lines[$i]->id; $line->id = $lines[$i]->id;
$line->insertExtraFields(); $line->insertExtraFields();
} }
} }
} }