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
path: root/config
diff options
context:
space:
mode:
authorvipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-07 04:56:38 +0400
committervipsoft <vipsoft@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-07-07 04:56:38 +0400
commit55dbd845bbaddf00b452bff49d14d086952804c7 (patch)
tree1dfdd9b062ec049061ba9d3c932c962503e45160 /config
parent4521a82ac4368ca895f98cc8dbb8fa051fbf954d (diff)
re-fix for php 5.2.x and 5.3 compatibility
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index bccabc8737..8b9ac99e0e 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -69,7 +69,8 @@ enable_browser_archiving_triggering = 1
action_category_delimiter = /
; currency used by default when reporting money in Piwik
-default_currency = "\$"
+; the trailing space is required for php 5.2.x vs 5.3 compatibility
+default_currency = "$ "
; if you want all your users to use Piwik in only one language, disable the LanguagesManager
; plugin, and set this default_language (users won't see the language drop down)