From 27456258e6da5d274ee881c95760c51506479a2b Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 28 Nov 2013 10:46:11 +0100 Subject: Touch plus standard Corrige https://github.com/marienfressinaud/FreshRSS/issues/296 --- app/layout/layout.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/layout') diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index ac0031355..c53b28841 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -32,7 +32,7 @@ notification)) { - touch(DATA_PATH . '/touch.txt', time() + 1); + touch(DATA_PATH . '/touch.txt'); ?>
notification['content']; ?> -- cgit v1.2.3