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 'modules/Url.php')
-rw-r--r--modules/Url.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/Url.php b/modules/Url.php
index 72df3763c3..a5dfab2a98 100644
--- a/modules/Url.php
+++ b/modules/Url.php
@@ -1,7 +1,7 @@
<?php
+
class Piwik_Url
{
-
static function getCurrentQueryStringWithParametersModified( $params )
{
$queryString = Piwik_Url::getCurrentQueryString();
@@ -116,4 +116,3 @@ class Piwik_Url
}
}
-//echo Piwik_Url::getCurrentCompleteUrl(); \ No newline at end of file