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:
Diffstat (limited to 'plugins/ImageGraph/ImageGraph.php')
-rw-r--r--plugins/ImageGraph/ImageGraph.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/ImageGraph/ImageGraph.php b/plugins/ImageGraph/ImageGraph.php
index 73743ccbba..3a2f56bb58 100644
--- a/plugins/ImageGraph/ImageGraph.php
+++ b/plugins/ImageGraph/ImageGraph.php
@@ -1,7 +1,9 @@
<?php
use Piwik\Common;
use Piwik\Period;
+use Piwik\Plugin;
use Piwik\Site;
+use Piwik\Config;
/**
* Piwik - Open source web analytics
@@ -13,7 +15,7 @@ use Piwik\Site;
* @package Piwik_ImageGraph
*/
-class Piwik_ImageGraph extends Piwik_Plugin
+class Piwik_ImageGraph extends Plugin
{
static private $CONSTANT_ROW_COUNT_REPORT_EXCEPTIONS = array(
'Referers_getRefererType',