diff options
| author | 2012-10-30 22:01:04 +0100 | |
|---|---|---|
| committer | 2012-10-30 22:01:04 +0100 | |
| commit | 59d80a74282599afeda4f225bd1adf9f23c505de (patch) | |
| tree | 55ec081958c31615ffa3ecd48fd28c8241c4045f /app/controllers/indexController.php | |
| parent | ce36a3fbd2f4d10972dd4d15a05ed7a596c06485 (diff) | |
Fix issue #5 : menu tout le temps visible
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 |
