summaryrefslogtreecommitdiffstats
path: root/modules-available/serversetup-bwlp-ipxe
diff options
context:
space:
mode:
authorSimon Rettberg2019-03-18 16:25:50 +0100
committerSimon Rettberg2019-03-18 16:25:50 +0100
commit1ed2d0e0d0699c277dd5f2eac5890d5bbfbf9eda (patch)
treea29fe056438c389b2c926bf90a9996f5cde032e7 /modules-available/serversetup-bwlp-ipxe
parent[statistics/roomplanner] Add SVG roomplan generator (diff)
downloadslx-admin-1ed2d0e0d0699c277dd5f2eac5890d5bbfbf9eda.tar.gz
slx-admin-1ed2d0e0d0699c277dd5f2eac5890d5bbfbf9eda.tar.xz
slx-admin-1ed2d0e0d0699c277dd5f2eac5890d5bbfbf9eda.zip
[serversetup-bwlp-ipxe] Fix class access
Diffstat (limited to 'modules-available/serversetup-bwlp-ipxe')
-rw-r--r--modules-available/serversetup-bwlp-ipxe/inc/ipxe.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/serversetup-bwlp-ipxe/inc/ipxe.inc.php b/modules-available/serversetup-bwlp-ipxe/inc/ipxe.inc.php
index 4c18b7d1..9f7232a3 100644
--- a/modules-available/serversetup-bwlp-ipxe/inc/ipxe.inc.php
+++ b/modules-available/serversetup-bwlp-ipxe/inc/ipxe.inc.php
@@ -438,7 +438,7 @@ boot -a -r /boot/default/kernel initrd=initramfs-stage31 ${slxextra} slxbase=boo
$script .= "set filename {$url['path']} || goto %fail%\n";
}
$script .= "chain -ar {$file} || goto %fail%\n";
- return new CustomBootEntry(['script' => $script]);
+ return BootEntry::newCustomBootEntry(['script' => $script]);
}
return null;
}