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-06-20 01:09:09 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-06-20 01:09:09 +0400
commit3ac5d411f888854aab61d3e2230b6a7956765884 (patch)
tree7e824e9035992e33c616da2e985d8fa0b4648bbd /plugins/PDFReports
parentf64c76243d0aa651faa230e37d63b61b63aa5cfe (diff)
parent89d41940a87d449114f529df115b62d3987f88ce (diff)
Merge branch '2.x-twig' of github.com:piwik/piwik into pleineLune__no-inline-style
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/_listReports.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/templates/_listReports.twig b/plugins/PDFReports/templates/_listReports.twig
index 96ba0f64d5..2a8f580a24 100644
--- a/plugins/PDFReports/templates/_listReports.twig
+++ b/plugins/PDFReports/templates/_listReports.twig
@@ -63,7 +63,7 @@
</td>
<td>
{# download link #}
- <a href="{{ url({'module':'API', 'period':report.period, 'token_auth':token_auth, 'method':'PDFReports.generateReport', 'date':rawDate, 'idReport':report.idreport, 'outputType':downloadOutputType, 'language':language}) }}"
+ <a href="{{ url({'module':'API', 'token_auth':token_auth, 'method':'PDFReports.generateReport', 'date':rawDate, 'idReport':report.idreport, 'outputType':downloadOutputType, 'language':language}) }}"
target="_blank" name="linkDownloadReport" id="{{ report.idreport }}" class="link_but">
<img src='{{ reportFormatsByReportType[report.type][report.format] }}' border="0"/>
{{ 'General_Download'|translate }}