소스 검색

Notifications touch+1s

Pour https://github.com/marienfressinaud/FreshRSS/issues/243
Alexandre Alapetite 12 년 전
부모
커밋
9ac09897ec
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/layout/layout.phtml

+ 1 - 1
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']; ?>