From af0eed8d321b61ca8d790bc4f0aefd62a4d3707c Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 28 Apr 2013 07:28:04 +0000 Subject: [PATCH] When using the install or upgrade save vars.xml file. --- app/vars/app_defaults.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/vars/app_defaults.php b/app/vars/app_defaults.php index 8f496dc710..b64d5fc8c2 100644 --- a/app/vars/app_defaults.php +++ b/app/vars/app_defaults.php @@ -222,5 +222,8 @@ EOD; } } } + + //save the vars.xml file + save_var_xml(); } ?> \ No newline at end of file