aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Minz/Request.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/Request.php b/lib/Minz/Request.php
index 0e8dc28d0..8667c6442 100644
--- a/lib/Minz/Request.php
+++ b/lib/Minz/Request.php
@@ -214,6 +214,7 @@ class Minz_Request {
if (null !== $extraParams) {
$currentRequest['params'] = array_merge($currentRequest['params'], $extraParams);
}
+ unset($currentRequest['params']['rid']);
return $currentRequest;
}