diff options
| author | 2016-10-01 09:27:47 +0200 | |
|---|---|---|
| committer | 2016-10-01 09:27:47 +0200 | |
| commit | 41c11028d9928404ef9a45d2314db89a68f210cd (patch) | |
| tree | 3f2a9a6d4080e1b9289d49e8c6d77575c4e57d1c /app | |
| parent | c16a973d453078a037a2a6a6e8e3d17ffd3bf2e6 (diff) | |
| parent | 8a58795e7dfd501c6c8ac84694e695c4f0791cfb (diff) | |
Merge branch 'FreshRSS/dev' into PostgreSQL
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/index/global.phtml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 1e53e4f8c..f35732c8f 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -11,10 +11,13 @@ <div id="stream" class="global<?php echo $class; ?>"> <?php + $params = Minz_Request::fetchGET(); + unset($params['c']); + unset($params['a']); $url_base = array( 'c' => 'index', 'a' => 'normal', - 'params' => Minz_Request::fetchGET(), + 'params' => $params, ); foreach ($this->categories as $cat) { |
