We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313164e commit 804eceaCopy full SHA for 804ecea
1 file changed
library/Icinga/Web/Form/ConfigSectionForm.php
@@ -75,7 +75,7 @@ public function __construct()
75
if ($this->shouldDelete()) {
76
$this->handleDelete();
77
$this->emit(static::ON_DELETE, [$this]);
78
- } else if ($this->shouldRename()) {
+ } elseif ($this->shouldRename()) {
79
$oldName = $this->section;
80
$this->handleRename();
81
$this->emit(static::ON_RENAME, [
0 commit comments