Skip to content

Commit

Permalink
fix icon wurde nicht gespeichert
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Nov 2, 2024
1 parent 2fff444 commit b54220a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/lib/acp/form/FaqCategoryAddForm.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ protected function createForm()
#[Override]
protected function finalizeForm()
{
parent::finalizeForm();

$this->form->getDataHandler()->addProcessor(
new CustomFormDataProcessor(
'icon',
Expand All @@ -59,5 +57,7 @@ function (IFormDocument $document, array $data, IStorableObject $object) {
}
)
);

parent::finalizeForm();
}
}

0 comments on commit b54220a

Please sign in to comment.