diff options
Diffstat (limited to 'app/views/index/global.phtml')
| -rw-r--r-- | app/views/index/global.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml index 4323e3849..5b7e886e8 100644 --- a/app/views/index/global.phtml +++ b/app/views/index/global.phtml @@ -11,7 +11,7 @@ <main id="stream" class="global<?= $class ?>"> <?php - $params = Minz_Request::fetchGET(); + $params = $_GET; unset($params['c']); unset($params['a']); $url_base = array( |
