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-08 09:51:38 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-09 01:49:45 +0400
commit3d4d9c900a3a703b225b49c122410a31cbcd739f (patch)
treec2afba3c44b4c894d562b51a991f45728fddf517 /plugins/ImageGraph/ImageGraph.php
parente846e3518a661219d22e4c8a4883454a817ae4d2 (diff)
Minor
Diffstat (limited to 'plugins/ImageGraph/ImageGraph.php')
-rw-r--r--plugins/ImageGraph/ImageGraph.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/ImageGraph/ImageGraph.php b/plugins/ImageGraph/ImageGraph.php
index ee8358985e..12f7d4352e 100644
--- a/plugins/ImageGraph/ImageGraph.php
+++ b/plugins/ImageGraph/ImageGraph.php
@@ -18,15 +18,6 @@ use Piwik\Url;
class ImageGraph extends \Piwik\Plugin
{
- static private $CONSTANT_ROW_COUNT_REPORT_EXCEPTIONS = array(
- 'Referrers_getReferrerType',
- );
-
- // row evolution support not yet implemented for these APIs
- static private $REPORTS_DISABLED_EVOLUTION_GRAPH = array(
- 'Referrers_getAll',
- );
-
public function getInformation()
{
$suffix = ' Debug: <a href="' . Url::getCurrentQueryStringWithParametersModified(
@@ -36,6 +27,15 @@ class ImageGraph extends \Piwik\Plugin
return $info;
}
+ static private $CONSTANT_ROW_COUNT_REPORT_EXCEPTIONS = array(
+ 'Referrers_getReferrerType',
+ );
+
+ // row evolution support not yet implemented for these APIs
+ static private $REPORTS_DISABLED_EVOLUTION_GRAPH = array(
+ 'Referrers_getAll',
+ );
+
/**
* @see Piwik_Plugin::getListHooksRegistered
*/