diff options
| author | 2013-11-09 23:39:08 +0100 | |
|---|---|---|
| committer | 2013-11-09 23:39:08 +0100 | |
| commit | 9ac09897ecbe79ac8855cc06bb66418a66d582e2 (patch) | |
| tree | 9eed18d26c382a00c6f755747920880936950155 | |
| parent | 5fc72aa7feb3212ad9b9c1c71cd2a647dabc6ab6 (diff) | |
Notifications touch+1s
Pour https://github.com/marienfressinaud/FreshRSS/issues/243
| -rw-r--r-- | app/layout/layout.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <?php if (isset ($this->notification)) { - touch(PUBLIC_PATH . '/data/touch.txt'); + touch(PUBLIC_PATH . '/data/touch.txt', time() + 1); ?> <div class="notification <?php echo $this->notification['type']; ?>"> <?php echo $this->notification['content']; ?> |
