From 83443a5dc4b48c67fcaae9d3e7fcc3fafc0d00a2 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 12 Mar 2015 00:52:19 +0100 Subject: [PATCH] Use -1 for last update of the menu We must not rely on the server time minus an offset for the last update of the menu to trigger an immediate update of the menu because the server time may be behind the current time. fixes #8694 --- application/layouts/scripts/parts/navigation.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/layouts/scripts/parts/navigation.phtml b/application/layouts/scripts/parts/navigation.phtml index 2136c0fd5..92273e4b4 100644 --- a/application/layouts/scripts/parts/navigation.phtml +++ b/application/layouts/scripts/parts/navigation.phtml @@ -21,7 +21,7 @@ if (! $this->auth()->isAuthenticated()) { -