diff options
Diffstat (limited to 'app/controllers/indexController.php')
| -rwxr-xr-x | app/controllers/indexController.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/indexController.php b/app/controllers/indexController.php index 315e301ad..c6373cb29 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -32,6 +32,7 @@ class indexController extends ActionController { } else { View::prependTitle ('Vos flux RSS - '); } + $this->view->get = $get; // Cas où on ne choisie ni catégorie ni les favoris // ou si la catégorie ne correspond à aucune |
