summaryrefslogtreecommitdiffstats
path: root/inc/event.inc.php
diff options
context:
space:
mode:
authorSimon Rettberg2015-01-26 20:28:49 +0100
committerSimon Rettberg2015-01-26 20:28:49 +0100
commit5347ecd5ddb1803ec1c43240bafc84f5c427f855 (patch)
tree7a852cdaa44599dab5f4c98b9daa7c6443d81024 /inc/event.inc.php
parentFix stupid bug in update query, check DB version before handling callbacks (diff)
downloadslx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.tar.gz
slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.tar.xz
slx-admin-5347ecd5ddb1803ec1c43240bafc84f5c427f855.zip
Add configtgz class. Fix dozens of bugs
Diffstat (limited to 'inc/event.inc.php')
-rw-r--r--inc/event.inc.php5
1 files changed, 3 insertions, 2 deletions
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();
}
/**