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:
authorThomas Steur <thomas.steur@gmail.com>2014-07-11 05:44:49 +0400
committerThomas Steur <thomas.steur@gmail.com>2014-07-11 05:44:49 +0400
commit6ae5b6c6058768ce34a90f9bbffbc0d9e99b3d3f (patch)
tree606d6b9163d2ef691fa5b77b9bc03c03e38e11b4 /core/Config.php
parentc01d57bc17f0e9a07122539b9c5ee60872ff5a28 (diff)
parentdea3e06134c54116171d73ef72d48b6d2a7f330a (diff)
Merge remote-tracking branch 'origin/master' into report_and_dimension_refactoring
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Config.php b/core/Config.php
index 80c1d71c94..0c56f95b0c 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -384,6 +384,7 @@ class Config extends Singleton
}
} else {
$values = htmlentities($values, ENT_COMPAT, 'UTF-8');
+ $values = str_replace('$', '&#36;', $values);
}
return $values;
}