From 5347ecd5ddb1803ec1c43240bafc84f5c427f855 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 26 Jan 2015 20:28:49 +0100 Subject: Add configtgz class. Fix dozens of bugs --- inc/event.inc.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'inc/event.inc.php') diff --git a/inc/event.inc.php b/inc/event.inc.php index 95d75e33..6b303493 100644 --- a/inc/event.inc.php +++ b/inc/event.inc.php @@ -73,9 +73,10 @@ class Event */ public static function serverIpChanged() { - global $tidAdModules, $tidIpxe; - $tidAdModules = Trigger::rebuildAdModules(); + error_log('Server ip changed'); + global $tidIpxe; $tidIpxe = Trigger::ipxe(); + ConfigModule::serverIpChanged(); } /** -- cgit v1.2.3-55-g7522