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@gmail.com>2013-10-02 01:06:13 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-02 01:06:13 +0400
commit2c5e854984ab6e989d41d366b961953fbb2defee (patch)
tree7a41cdbfcacc56ab2839ec8f16e12a3146cf6c3e /plugins/Live/Live.php
parentc19465f048da14d8bdb72b642a1d1c5871ac69bd (diff)
refs #4134 renamed some more hooks
Diffstat (limited to 'plugins/Live/Live.php')
-rw-r--r--plugins/Live/Live.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Live/Live.php b/plugins/Live/Live.php
index 543efd8fb8..b59e010415 100644
--- a/plugins/Live/Live.php
+++ b/plugins/Live/Live.php
@@ -46,7 +46,7 @@ class Live extends \Piwik\Plugin
'AssetManager.getStylesheetFiles' => 'getStylesheetFiles',
'WidgetsList.addWidget' => 'addWidget',
'Menu.addMenuEntry' => 'addMenu',
- 'ViewDataTable.getReportDisplayProperties' => 'getReportDisplayProperties',
+ 'Visualization.getReportDisplayProperties' => 'getReportDisplayProperties',
'Translate.getClientSideTranslationKeys' => 'getClientSideTranslationKeys',
);
}