summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
index 0212e061..eb57c596 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/bootentry.inc.php
@@ -397,8 +397,8 @@ class SpecialBootEntry extends BootEntry
public function __construct($type)
{
- parent::__construct('special-' . $type);
$this->type = $type['type'] ?? $type;
+ parent::__construct('special-' . $this->type);
}
public function supportsMode($mode)