summaryrefslogtreecommitdiff
path: root/pages/travelling.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pages/travelling.inc')
-rw-r--r--pages/travelling.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/travelling.inc b/pages/travelling.inc
index 687b9f2..9eadaed 100644
--- a/pages/travelling.inc
+++ b/pages/travelling.inc
@@ -99,6 +99,7 @@ if (isset($_GET['toggleTravel']) && $isLoggedIn) {
file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/cache/navigation.json", "{}");
file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/cache/home.json", "{}");
+ createJob("RefreshCache", []);
header("Location: /-/travelling");
file_put_contents($_SERVER['DOCUMENT_ROOT'] . "/includes/data/travelling/travelling.json", utf8_encode(json_encode($travelling, JSON_PRETTY_PRINT)));