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:
authorsgiehl <stefan@piwik.org>2015-06-08 23:00:57 +0300
committersgiehl <stefan@piwik.org>2015-06-08 23:00:57 +0300
commit38b3b58217256d62a75ef79e8d0f83fc1d075e34 (patch)
tree1bd9974695d0d6251a08758df737409adb5401be /plugins/CustomVariables/CustomVariables.php
parent9c71a6bcf800fd824d85d5d3c888d57d3afebf43 (diff)
remove getInformation() method from CustomVariables plugin
Diffstat (limited to 'plugins/CustomVariables/CustomVariables.php')
-rw-r--r--plugins/CustomVariables/CustomVariables.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/CustomVariables/CustomVariables.php b/plugins/CustomVariables/CustomVariables.php
index 35508c6ea3..64a7c9ea05 100644
--- a/plugins/CustomVariables/CustomVariables.php
+++ b/plugins/CustomVariables/CustomVariables.php
@@ -15,13 +15,6 @@ use Piwik\Tracker;
class CustomVariables extends \Piwik\Plugin
{
- public function getInformation()
- {
- $info = parent::getInformation();
- $info['description'] .= ' <br/>Required to use <a href="http://piwik.org/docs/ecommerce-analytics/">Ecommerce Analytics</a> feature!';
- return $info;
- }
-
/**
* @see Piwik\Plugin::getListHooksRegistered
*/