From 5c29bb106a131116fffa62400f0e23b1b59d4ad3 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 19 Jun 2014 08:59:56 +0100 Subject: [PATCH] Update JS iceRoot var after settings update --- lib/settings-update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/settings-update.php b/lib/settings-update.php index 6aff6e0..d4cdf38 100644 --- a/lib/settings-update.php +++ b/lib/settings-update.php @@ -80,6 +80,6 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset // With all that worked out, we can now hide the settings screen and apply the new settings $jsBugFilePaths = "['".str_replace(",","','",str_replace(" ","",strClean($_POST['bugFilePaths'])))."']"; - echo ""; + echo ""; } ?> \ No newline at end of file