Explorar el Código

No cache for update system

See https://github.com/marienfressinaud/FreshRSS/issues/616
Marien Fressinaud hace 11 años
padre
commit
3b8c381689
Se han modificado 1 ficheros con 2 adiciones y 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';