diff options
| author | 2014-09-17 13:37:39 +0200 | |
|---|---|---|
| committer | 2014-09-17 13:37:39 +0200 | |
| commit | 3b8c381689334a15e7c034425f8615860dc3fa13 (patch) | |
| tree | aaa58d009c28fb972d97d3ba283f1c0356c74902 /app/Controllers | |
| parent | a3b5e72729be08f79585c782d497f49edd11c064 (diff) | |
No cache for update system
See https://github.com/marienfressinaud/FreshRSS/issues/616
Diffstat (limited to 'app/Controllers')
| -rw-r--r-- | app/Controllers/updateController.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Controllers/updateController.php b/app/Controllers/updateController.php index 78d636163..da5bddc65 100644 --- a/app/Controllers/updateController.php +++ b/app/Controllers/updateController.php @@ -10,6 +10,8 @@ class FreshRSS_update_Controller extends Minz_ActionController { ); } + invalidateHttpCache(); + Minz_View::prependTitle(_t('update_system') . ' ยท '); $this->view->update_to_apply = false; $this->view->last_update_time = 'unknown'; |
