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 ZILLIOX <thomas@zilliox.me>2013-07-02 20:08:38 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-07-02 20:08:38 +0400
commit287dcbbe9eecd9d6e4c5cd89a5a2fa7fe14bb09a (patch)
tree3ca1c8b4a1fd14cca3c5f492cf6ea8391f1a1060 /plugins/DBStats/templates
parent3b367dd3afffa6d44fdf0069f62b00c2bb487a5a (diff)
Merge with master
Diffstat (limited to 'plugins/DBStats/templates')
-rwxr-xr-xplugins/DBStats/templates/index.twig4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/DBStats/templates/index.twig b/plugins/DBStats/templates/index.twig
index 70f4706695..8e6e2a07fe 100755
--- a/plugins/DBStats/templates/index.twig
+++ b/plugins/DBStats/templates/index.twig
@@ -28,8 +28,8 @@
<p>
{{ 'PrivacyManager_DeleteDataDescription'|translate }}
<br/>
- <a href='{{ url({'module':"PrivacyManager",'action':"privacySettings"}) }}#deleteLogsAnchor'>
- {{ 'PrivacyManager_ClickHereSettings'|translate("'"+clickDeleteLogSettings+"'") }}
+ <a href='{{ linkTo({'module':"PrivacyManager",'action':"privacySettings"}) }}#deleteLogsAnchor'>
+ {{ 'PrivacyManager_ClickHereSettings'|translate("'"~clickDeleteLogSettings~"'") }}
</a>
</p>
</td>