mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-16 03:03:42 -04:00
Invalide le cache suite à une notification
Corrige https://github.com/marienfressinaud/FreshRSS/issues/243
This commit is contained in:
@@ -30,7 +30,10 @@
|
||||
<?php $this->render (); ?>
|
||||
</div>
|
||||
|
||||
<?php if (isset ($this->notification)) { ?>
|
||||
<?php
|
||||
if (isset ($this->notification)) {
|
||||
touch(PUBLIC_PATH . '/data/touch.txt');
|
||||
?>
|
||||
<div class="notification <?php echo $this->notification['type']; ?>">
|
||||
<?php echo $this->notification['content']; ?>
|
||||
<a class="close" href=""><i class="icon i_close"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user