Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Url.php')
-rw-r--r--core/Url.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Url.php b/core/Url.php
index 6a4f4a4ad7..bb16135e84 100644
--- a/core/Url.php
+++ b/core/Url.php
@@ -343,6 +343,7 @@ class Url
*/
static function getCurrentQueryStringWithParametersModified($params)
{
+ var_dump($params);
$urlValues = self::getArrayFromCurrentQueryString();
foreach ($params as $key => $value) {
$urlValues[$key] = $value;