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-20 05:48:46 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-06-20 05:48:46 +0400
commit76ba5f84480d3216237bb2c0992b6c5fb059f350 (patch)
treecab655e59006d4ebc28f5accd51dfb79c4d5dd06 /plugins/DBStats
parente9aae52fb3bc392663ee19aa2a5f702a3ed71fbf (diff)
started to port goal reports to use new structure, probably not working yet
Diffstat (limited to 'plugins/DBStats')
-rw-r--r--plugins/DBStats/Reports/Base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DBStats/Reports/Base.php b/plugins/DBStats/Reports/Base.php
index 2d55df68d1..0b1ca30647 100644
--- a/plugins/DBStats/Reports/Base.php
+++ b/plugins/DBStats/Reports/Base.php
@@ -23,7 +23,7 @@ abstract class Base extends \Piwik\Plugin\Report
return Piwik::hasUserSuperUserAccess();
}
- public function getReportMetadata()
+ public function configureReportMetadata(&$availableReports, $info)
{
// DBStats is not supposed to appear in report metadata
}