summaryrefslogtreecommitdiff
path: root/app/layout/layout.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-28 10:46:11 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-28 10:46:11 +0100
commit27456258e6da5d274ee881c95760c51506479a2b (patch)
treeeb17c6db15548557d0f796ad6da588abde690458 /app/layout/layout.phtml
parentdcd6f3ef16f7e698ef1aa8c5bdd5a1e2c85021c9 (diff)
Touch plus standard
Corrige https://github.com/marienfressinaud/FreshRSS/issues/296
Diffstat (limited to 'app/layout/layout.phtml')
-rw-r--r--app/layout/layout.phtml2
1 files changed, 1 insertions, 1 deletions
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 @@
<?php
if (isset ($this->notification)) {
- touch(DATA_PATH . '/touch.txt', time() + 1);
+ touch(DATA_PATH . '/touch.txt');
?>
<div class="notification <?php echo $this->notification['type']; ?>">
<?php echo $this->notification['content']; ?>