diff --git a/lib/settings-update.php b/lib/settings-update.php index 59c93f0..941f3ad 100644 --- a/lib/settings-update.php +++ b/lib/settings-update.php @@ -64,6 +64,7 @@ if (!$demoMode && isset($_SESSION['loggedIn']) && $_SESSION['loggedIn'] && isset $refreshFM = $_POST['changedFileSettings']=="true" ? "true" : "false"; // With all that worked out, we can now hide the settings screen and apply the new settings - echo ""; + $jsBugFilePaths = "['".str_replace(",","','",str_replace(" ","",strClean($_POST['bugFilePaths'])))."']"; + echo ""; } ?> \ No newline at end of file