diff options
| author | 2013-12-01 23:13:08 +0100 | |
|---|---|---|
| committer | 2013-12-01 23:13:08 +0100 | |
| commit | f0be8fd4f278f16a953492b05369f9ca215e9aab (patch) | |
| tree | 47f67c3bed4af102e8aa5f43e91e9a0b5f7ed48f /app/controllers/indexController.php | |
| parent | 0e9ed2a40858ce89ddba4a6a6544dc5c277dd5a6 (diff) | |
Correction rss_title
rss_title avait été perdu par un patch récent
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 8ca730d0f..9c1e18f0b 100755 --- a/app/controllers/indexController.php +++ b/app/controllers/indexController.php @@ -80,6 +80,7 @@ class indexController extends ActionController { $this->view->nb_not_read = HelperCategory::CountUnreads($this->view->cat_aside, 1); // mise à jour des titres + $this->view->rss_title = $this->view->currentName . ' | ' . View::title(); if ($this->view->nb_not_read > 0) { View::appendTitle (' (' . $this->view->nb_not_read . ')'); } |
