diff options
Diffstat (limited to 'app/controllers/configureController.php')
| -rwxr-xr-x | app/controllers/configureController.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/configureController.php b/app/controllers/configureController.php index e807fb06d..9e1c7b2cb 100755 --- a/app/controllers/configureController.php +++ b/app/controllers/configureController.php @@ -186,6 +186,10 @@ class configureController extends ActionController { } } + $feedDAO = new FeedDAO (); + $this->view->feeds = $feedDAO->listFeeds (); + $this->view->flux = false; + View::prependTitle ('Importation et exportation OPML - '); } |
