Ver Fonte

No cache for update system

See https://github.com/marienfressinaud/FreshRSS/issues/616
Marien Fressinaud há 11 anos atrás
pai
commit
3b8c381689
1 ficheiros alterados com 2 adições e 0 exclusões
  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') . ' · ');
 		$this->view->update_to_apply = false;
 		$this->view->last_update_time = 'unknown';