Skip to content

Commit 01fe26b

Browse files
committed
fixup! emit ON_DELETE
1 parent 7a0db83 commit 01fe26b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

library/Icinga/Web/Form/ConfigSectionForm.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ protected function handleDelete(): void
190190
try {
191191
$this->config->removeSection($this->section);
192192
$this->config->saveIni();
193+
$this->emit(static::ON_DELETE, [$this]);
193194
} catch (Exception $e) {
194195
$content = $this->getContent();
195196
array_unshift(

0 commit comments

Comments
 (0)