diff --git a/inc/section.class.php b/inc/section.class.php index e3cc91d48..131d287d1 100644 --- a/inc/section.class.php +++ b/inc/section.class.php @@ -353,8 +353,7 @@ public function moveDown() { return $success; } - public function fixOrder(): void - { + public function fixOrder(): void { global $DB; $formId = $this->fields['plugin_formcreator_forms_id'];