From 51dafc3deac9c7be5027624172a1942e31bbaa02 Mon Sep 17 00:00:00 2001 From: samilliken Date: Sun, 3 Mar 2019 21:01:29 -0500 Subject: [PATCH] Forgot to save the install.php update --- install.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.php b/install.php index a3af13502..5f3976649 100644 --- a/install.php +++ b/install.php @@ -1150,6 +1150,11 @@ function workdamnit($numeric=true,&$PreNamedPorts,&$PowerPorts,&$ConvertedCDUs){ if($version=="18.01"){ $results[]=applyupdate("db-18.01-to-18.02.sql"); + $config->rebuild(); + } + if($version=="18.02"){ + $results[]=applyupdate("db-18.02-to-19.01.sql"); + $config->rebuild(); } }