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/SmartyPlugins/modifier.urlRewriteWithParameters.php')
-rw-r--r--core/SmartyPlugins/modifier.urlRewriteWithParameters.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/SmartyPlugins/modifier.urlRewriteWithParameters.php b/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
index 7f42333820..e2077b493c 100644
--- a/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
+++ b/core/SmartyPlugins/modifier.urlRewriteWithParameters.php
@@ -18,7 +18,6 @@
*/
function smarty_modifier_urlRewriteWithParameters($parameters)
{
- $parameters['updated'] = null;
$url = Piwik_Url::getCurrentQueryStringWithParametersModified($parameters);
return htmlspecialchars($url);
}