From fc64964f4fc9a147367ff0f250037d9b84c6b22f Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 9 Nov 2013 14:16:36 +0100 Subject: Invalide le cache suite à une notification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrige https://github.com/marienfressinaud/FreshRSS/issues/243 --- app/layout/layout.phtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/layout/layout.phtml b/app/layout/layout.phtml index 0c09ee42a..e25089238 100644 --- a/app/layout/layout.phtml +++ b/app/layout/layout.phtml @@ -30,7 +30,10 @@ render (); ?> -notification)) { ?> +notification)) { + touch(PUBLIC_PATH . '/data/touch.txt'); +?>
notification['content']; ?> -- cgit v1.2.3