diff options
| author | 2014-01-01 17:39:19 +0100 | |
|---|---|---|
| committer | 2014-01-01 17:39:19 +0100 | |
| commit | dd190ed382a6896244d3159a7a5fda3d1c3aaaf4 (patch) | |
| tree | 45caf9aaef0743a9580e9f96aa6be8b5258e444b /lib/lib_rss.php | |
| parent | 4d588b7af802de919e2c49b47ee828a5e62fdee3 (diff) | |
Ligne HTTP cache oubliée
Cette ligne est utile lorsqu'un même utilisateur consulte FreshRSS
depuis plusieurs appareils en même temps.
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index 7489f2bf5..ae3e4808d 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -164,7 +164,7 @@ function uSecString() { } function invalidateHttpCache() { - //touch(LOG_PATH . '/' . Minz_Session::param('currentUser', '_') . '.log'); + touch(LOG_PATH . '/' . Minz_Session::param('currentUser', '_') . '.log'); Minz_Session::_param('touch', uTimeString()); } |
