From 9ac09897ecbe79ac8855cc06bb66418a66d582e2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 9 Nov 2013 23:39:08 +0100 Subject: Notifications touch+1s Pour https://github.com/marienfressinaud/FreshRSS/issues/243 --- app/layout/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 1af5934a8..6ac9fb2f8 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -32,7 +32,7 @@ notification)) { - touch(PUBLIC_PATH . '/data/touch.txt'); + touch(PUBLIC_PATH . '/data/touch.txt', time() + 1); ?>
notification['content']; ?> -- cgit v1.2.3