diff options
| author | 2013-12-25 21:46:24 +0100 | |
|---|---|---|
| committer | 2013-12-25 21:46:24 +0100 | |
| commit | d24b1e963e208a03f08b1d17ed9f319bd59a36ad (patch) | |
| tree | 9355fc67ac91eca6d4ae09162a775b54bd6095c1 /app/FreshRSS.php | |
| parent | 7eda2793bbc3210ae37aa66511fd7ad7661c2149 (diff) | |
Lancer automatiquement le raffraîchissement des flux après une mise à jour de FreshRSS
https://github.com/marienfressinaud/FreshRSS/issues/330
Diffstat (limited to 'app/FreshRSS.php')
| -rw-r--r-- | app/FreshRSS.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/FreshRSS.php b/app/FreshRSS.php index 90548793d..60610e352 100644 --- a/app/FreshRSS.php +++ b/app/FreshRSS.php @@ -1,7 +1,7 @@ <?php class FreshRSS extends Minz_FrontController { public function init () { - Minz_Session::init (); + Minz_Session::init ('FreshRSS'); Minz_Translate::init (); $this->loadParamsView (); |
