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/core
diff options
context:
space:
mode:
authorsgiehl <stefan@piwik.org>2013-09-06 21:35:01 +0400
committersgiehl <stefan@piwik.org>2013-09-06 21:45:12 +0400
commit1b6b1f1d28ebd0c5411cfa251181e0220aea05eb (patch)
treef7344bf891a3df9c09638f46bb34c6bff0c9ef8e /core
parent53511dc6cdbc3b66a52a4d4ae4d114fa36b5c665 (diff)
fixed todo
Diffstat (limited to 'core')
-rw-r--r--core/ReportRenderer/Html.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/ReportRenderer/Html.php b/core/ReportRenderer/Html.php
index cb8d33faa0..40055bbaa6 100644
--- a/core/ReportRenderer/Html.php
+++ b/core/ReportRenderer/Html.php
@@ -92,8 +92,7 @@ class Html extends ReportRenderer
$frontPageView = new View('@CoreHome/ReportRenderer/_htmlReportHeader');
$this->assignCommonParameters($frontPageView);
- // todo rename 'websiteName' to 'reportTitle' once branch twig is merged
- $frontPageView->assign("websiteName", $reportTitle);
+ $frontPageView->assign("reportTitle", $reportTitle);
$frontPageView->assign("prettyDate", $prettyDate);
$frontPageView->assign("description", $description);
$frontPageView->assign("reportMetadata", $reportMetadata);