Explorar o código

No cache for update system

See https://github.com/marienfressinaud/FreshRSS/issues/616
Marien Fressinaud %!s(int64=11) %!d(string=hai) anos
pai
achega
3b8c381689
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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';