aboutsummaryrefslogtreecommitdiff
path: root/app/views/helpers/logs_pagination.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-13 19:10:32 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-08-13 19:10:32 +0200
commit56ffc115d15bf136bfced74707ccc1f41c7b5e44 (patch)
tree6149b276b06d5d8fe295c020bed842f91c0bcd15 /app/views/helpers/logs_pagination.phtml
parente6fd34bdda5d067a9e74714aaae10c89ed998a46 (diff)
Do not mix POST and GET params
Avoid returning CSRF POST token for a GET
Diffstat (limited to 'app/views/helpers/logs_pagination.phtml')
-rwxr-xr-xapp/views/helpers/logs_pagination.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/helpers/logs_pagination.phtml b/app/views/helpers/logs_pagination.phtml
index 58b3c68f4..bf9d91f04 100755
--- a/app/views/helpers/logs_pagination.phtml
+++ b/app/views/helpers/logs_pagination.phtml
@@ -1,7 +1,7 @@
<?php
$c = Minz_Request::controllerName();
$a = Minz_Request::actionName();
- $params = Minz_Request::params();
+ $params = Minz_Request::fetchGET();
?>
<?php if ($this->nbPage > 1) { ?>