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:
authormattab <matthieu.aubry@gmail.com>2013-10-02 09:20:53 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-02 09:20:53 +0400
commit91422f37aec49033324b0043b6c81c454753cdc4 (patch)
tree315cb138378eec89f39187146f5c3550a6cb46fa /plugins/Referers/Controller.php
parentf0e2fe4b0a6029bd5a66f03ffb310aa0ba49424d (diff)
Fix build
Diffstat (limited to 'plugins/Referers/Controller.php')
-rw-r--r--plugins/Referers/Controller.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/Referers/Controller.php b/plugins/Referers/Controller.php
index 6d5994371b..34b79f3f3d 100644
--- a/plugins/Referers/Controller.php
+++ b/plugins/Referers/Controller.php
@@ -254,10 +254,10 @@ class Controller extends \Piwik\Controller
}
protected $referrerTypeToLabel = array(
- Common::REFERRER_TYPE_DIRECT_ENTRY => 'Referers_DirectEntry',
- Common::REFERRER_TYPE_SEARCH_ENGINE => 'Referers_SearchEngines',
- Common::REFERRER_TYPE_WEBSITE => 'Referers_Websites',
- Common::REFERRER_TYPE_CAMPAIGN => 'Referers_Campaigns',
+ Common::REFERRER_TYPE_DIRECT_ENTRY => 'Referrers_DirectEntry',
+ Common::REFERRER_TYPE_SEARCH_ENGINE => 'Referrers_SearchEngines',
+ Common::REFERRER_TYPE_WEBSITE => 'Referrers_Websites',
+ Common::REFERRER_TYPE_CAMPAIGN => 'Referrers_Campaigns',
);
public function getEvolutionGraph($fetch = false, $typeReferer = false, array $columns = array())