summaryrefslogtreecommitdiffstats
path: root/inc/event.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2018-05-07 17:34:35 +0200
committerSimon Rettberg2018-05-07 17:34:35 +0200
commit9b24161637553f3889d9a81344e6eec59dc6aa00 (patch)
tree55a6734634ba8ffc83b244b1d495bb89836dc00a /inc/event.inc.php
parenttaskmanager.js: Support setting min height of log <pre> (diff)
downloadslx-admin-9b24161637553f3889d9a81344e6eec59dc6aa00.tar.gz
slx-admin-9b24161637553f3889d9a81344e6eec59dc6aa00.tar.xz
slx-admin-9b24161637553f3889d9a81344e6eec59dc6aa00.zip
[serversetup-bwlp] Add log output to ipxe building task
Diffstat (limited to 'inc/event.inc.php')
-rw-r--r--inc/event.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/event.inc.php b/inc/event.inc.php
index fe59b2b9..b1ee3663 100644
--- a/inc/event.inc.php
+++ b/inc/event.inc.php
@@ -98,8 +98,7 @@ class Event
public static function serverIpChanged()
{
error_log('Server ip changed');
- global $tidIpxe;
- $tidIpxe = Trigger::ipxe();
+ Trigger::ipxe();
if (Module::isAvailable('sysconfig')) { // TODO: Modularize events
ConfigModule::serverIpChanged();
}