Browse Source

No cache for update system

See https://github.com/marienfressinaud/FreshRSS/issues/616
Marien Fressinaud 11 years ago
parent
commit
3b8c381689
1 changed files with 2 additions and 0 deletions
  1. 2 0
      app/Controllers/updateController.php

+ 2 - 0
app/Controllers/updateController.php

@@ -10,6 +10,8 @@ class FreshRSS_update_Controller extends Minz_ActionController {
 			);
 			);
 		}
 		}
 
 
+		invalidateHttpCache();
+
 		Minz_View::prependTitle(_t('update_system') . ' · ');
 		Minz_View::prependTitle(_t('update_system') . ' · ');
 		$this->view->update_to_apply = false;
 		$this->view->update_to_apply = false;
 		$this->view->last_update_time = 'unknown';
 		$this->view->last_update_time = 'unknown';