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:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-08 07:23:03 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-08-08 07:23:03 +0400
commit1d09b2cbe273035c92b15f9e4b96aa88419cda81 (patch)
treee53b9c82c361baff3d672a6aec08db91bdfc4836 /plugins/VisitorInterest/VisitorInterest.php
parenta06fb0b267a55a50dd859b658baa651d4d4db738 (diff)
Refs #4041, fixing regressions & bugs in visualization refactor.
Diffstat (limited to 'plugins/VisitorInterest/VisitorInterest.php')
-rw-r--r--plugins/VisitorInterest/VisitorInterest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/VisitorInterest/VisitorInterest.php b/plugins/VisitorInterest/VisitorInterest.php
index 6ea2c4eb69..569d482480 100644
--- a/plugins/VisitorInterest/VisitorInterest.php
+++ b/plugins/VisitorInterest/VisitorInterest.php
@@ -173,7 +173,7 @@ class Piwik_VisitorInterest extends Plugin
'show_search' => false,
'show_table_all_columns' => false,
'visualization_properties' => array(
- 'JqplotGraph' => array(
+ 'jqplot_graph' => array(
'max_graph_elements' => 10
)
)
@@ -194,7 +194,7 @@ class Piwik_VisitorInterest extends Plugin
'show_search' => false,
'show_table_all_columns' => false,
'visualization_properties' => array(
- 'JqplotGraph' => array(
+ 'jqplot_graph' => array(
'max_graph_elements' => 10
)
)