From 59d80a74282599afeda4f225bd1adf9f23c505de Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 30 Oct 2012 22:01:04 +0100 Subject: Fix issue #5 : menu tout le temps visible --- app/controllers/indexController.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/indexController.php') 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 -- cgit v1.2.3