diff options
| author | 2013-11-09 23:16:13 +0100 | |
|---|---|---|
| committer | 2013-11-09 23:16:13 +0100 | |
| commit | 5fc72aa7feb3212ad9b9c1c71cd2a647dabc6ab6 (patch) | |
| tree | 1b2a9e40ed660bbce2d05679c7ee9f7b2ca7ac93 /app/controllers/feedController.php | |
| parent | b5ba06dcf1d1e63bef3a237ce8c1a6db7332a9e4 (diff) | |
Lance une actualisation des flux après import OPML
Le script d'actualisation est lancé après avoir importé les flux
automatiquement
Voir issue #196
Diffstat (limited to 'app/controllers/feedController.php')
| -rwxr-xr-x | app/controllers/feedController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/feedController.php b/app/controllers/feedController.php index 31bade9f5..76fca8828 100755 --- a/app/controllers/feedController.php +++ b/app/controllers/feedController.php @@ -297,6 +297,7 @@ class feedController extends ActionController { 'content' => $res ); Session::_param ('notification', $notif); + Session::_param ('actualize_feeds', true); // et on redirige vers la page import/export Request::forward (array ( |
