Skip to content

Commit b54220a

Browse files
committed
fix icon wurde nicht gespeichert
1 parent 2fff444 commit b54220a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

files/lib/acp/form/FaqCategoryAddForm.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ protected function createForm()
3939
#[Override]
4040
protected function finalizeForm()
4141
{
42-
parent::finalizeForm();
43-
4442
$this->form->getDataHandler()->addProcessor(
4543
new CustomFormDataProcessor(
4644
'icon',
@@ -59,5 +57,7 @@ function (IFormDocument $document, array $data, IStorableObject $object) {
5957
}
6058
)
6159
);
60+
61+
parent::finalizeForm();
6262
}
6363
}

0 commit comments

Comments
 (0)