aboutsummaryrefslogtreecommitdiff
path: root/app/Controllers/indexController.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-23 02:51:29 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-05-23 02:51:29 +0200
commite3f5e157a4f262248e7bee9893fbab93206c4b6d (patch)
tree59ffc1ab379adfecb56b2e7d48536a86e4ea280e /app/Controllers/indexController.php
parent59eb4e1c2a0db9f59833a062b2d0ab594725c0c8 (diff)
parent27d2b88a19345dfc665dc086d3c2b2e4547e1b7f (diff)
Merge remote-tracking branch 'origin/RssFeed' into dev
Diffstat (limited to 'app/Controllers/indexController.php')
-rwxr-xr-xapp/Controllers/indexController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controllers/indexController.php b/app/Controllers/indexController.php
index c1aaca53f..baaf99065 100755
--- a/app/Controllers/indexController.php
+++ b/app/Controllers/indexController.php
@@ -137,6 +137,7 @@ class FreshRSS_index_Controller extends Minz_ActionController {
}
// No layout for RSS output.
+ $this->view->url = empty($_SERVER['QUERY_STRING']) ? '' : '?' . $_SERVER['QUERY_STRING'];
$this->view->rss_title = FreshRSS_Context::$name . ' | ' . Minz_View::title();
$this->view->_useLayout(false);
header('Content-Type: application/rss+xml; charset=utf-8');