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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-10-29 20:41:07 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-10-29 20:41:07 +0300
commit4efb2cb4043526ba1eb67da679547a6bf2adea95 (patch)
tree5e12e188adad83f843314e680f9098fc2ab05510 /plugins/CoreHome/templates/js_global_variables.tpl
parent8432cfdcd0f3d664fe3e20afa166d945d89a534c (diff)
- typo
Diffstat (limited to 'plugins/CoreHome/templates/js_global_variables.tpl')
-rw-r--r--plugins/CoreHome/templates/js_global_variables.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/templates/js_global_variables.tpl b/plugins/CoreHome/templates/js_global_variables.tpl
index 143468dde2..f1e78aa0d3 100644
--- a/plugins/CoreHome/templates/js_global_variables.tpl
+++ b/plugins/CoreHome/templates/js_global_variables.tpl
@@ -4,7 +4,7 @@ var piwik = new Array();
piwik.token_auth = "{$token_auth}";
{if isset($idSite)}piwik.idSite = "{$idSite}";{/if}
{if isset($period)}piwik.period = "{$period}";{/if}
-{if isset($currentDateString)}piwik.currentDateString = "{$date}";{/if}
+{if isset($date)}piwik.currentDateString = "{$date}";{/if}
{if isset($minDateYear)}piwik.minDateYear = {$minDateYear};{/if}
{if isset($minDateMonth)}piwik.minDateMonth = {$minDateMonth};{/if}
{if isset($minDateDay)}piwik.minDateDay = {$minDateDay};{/if}