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 Steur <thomas.steur@googlemail.com>2014-06-27 10:43:34 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-27 10:43:34 +0400
commit7924f103b13233ad092ed97924e376a2681b3733 (patch)
treebe7dcecd8d07608b069d25980b781f1a9e72eb0c /plugins
parenta32ed81f3b99365243a177caf71aea8b766de667 (diff)
rename method to be consistent with renderReportWidget
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/Controller.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/Controller.php b/plugins/CoreHome/Controller.php
index 3f97af4642..3766cbdce4 100644
--- a/plugins/CoreHome/Controller.php
+++ b/plugins/CoreHome/Controller.php
@@ -36,7 +36,7 @@ class Controller extends \Piwik\Plugin\Controller
return 'redirectToCoreHomeIndex';
}
- public function renderMenuReport($reportModule = null, $reportAction = null)
+ public function renderReportMenu($reportModule = null, $reportAction = null)
{
Piwik::checkUserHasSomeViewAccess();
$this->checkSitePermission();