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:
authormattab <matthieu.aubry@gmail.com>2013-06-19 01:33:23 +0400
committermattab <matthieu.aubry@gmail.com>2013-06-19 01:33:23 +0400
commit89d41940a87d449114f529df115b62d3987f88ce (patch)
tree3cb11bf207bf185968a20eb40e3a2518176829b8 /plugins/PDFReports
parent68afa8447cd1610c1b78800c6c2c6aeb1cfaa0e1 (diff)
Fixes #3884 #4014 in twig branch
Diffstat (limited to 'plugins/PDFReports')
-rw-r--r--plugins/PDFReports/templates/list.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PDFReports/templates/list.twig b/plugins/PDFReports/templates/list.twig
index 96ba0f64d5..2a8f580a24 100644
--- a/plugins/PDFReports/templates/list.twig
+++ b/plugins/PDFReports/templates/list.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 }}