summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2019-09-24 15:25:32 +0200
committerSimon Rettberg2019-09-24 15:25:32 +0200
commitd10a3a96e0538b8347472d6c2d350dc2bee86501 (patch)
tree397f62279eaea44be606421396d00ae1bb1b1c0f /modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php
parent[dnbd3] fix math (diff)
downloadslx-admin-d10a3a96e0538b8347472d6c2d350dc2bee86501.tar.gz
slx-admin-d10a3a96e0538b8347472d6c2d350dc2bee86501.tar.xz
slx-admin-d10a3a96e0538b8347472d6c2d350dc2bee86501.zip
[serversetup-bwlp-ipxe]
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php
index eff7f24e..a65e9f98 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/menuentry.inc.php
@@ -48,7 +48,7 @@ class MenuEntry
}
$this->hotkey = self::getKeyCode($row['hotkey']);
if (!empty($row['bootentry'])) {
- $this->bootEntry = BootEntry::fromJson($row['bootentry']);
+ $this->bootEntry = BootEntry::fromJson($row['module'], $row['bootentry']);
} elseif ($row['refmenuid'] !== null) {
$this->bootEntry = BootEntry::forMenu($row['refmenuid']);
}