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:
authorNathan Sollenberger <nsollenberger@gmail.com>2015-05-13 01:04:14 +0300
committerNathan Sollenberger <nsollenberger@gmail.com>2015-05-13 01:04:14 +0300
commit97c0d5915f5c285aea202ecfded8ef5b19f2b71b (patch)
treed1cf234ace08c06b5b65aef6669d09065a5fad8a /plugins/VisitsSummary
parent1169e55f2af093a4c29a4892c770cbe403f190e4 (diff)
Convert tabs to spaces
Diffstat (limited to 'plugins/VisitsSummary')
-rw-r--r--plugins/VisitsSummary/Controller.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/VisitsSummary/Controller.php b/plugins/VisitsSummary/Controller.php
index 71a20ff442..336ee26937 100644
--- a/plugins/VisitsSummary/Controller.php
+++ b/plugins/VisitsSummary/Controller.php
@@ -44,13 +44,13 @@ class Controller extends \Piwik\Plugin\Controller
return $view->render();
}
- // sparkline.js:81 dataTable.trigger('reload', …); does not remove the old headline,
- // so when updating this graph (such as when selecting a different metric)
- // ONLY the graph should be returned
- public function getIndexGraph()
- {
- return $this->getEvolutionGraph(array(), array(), __FUNCTION__);
- }
+ // sparkline.js:81 dataTable.trigger('reload', …); does not remove the old headline,
+ // so when updating this graph (such as when selecting a different metric)
+ // ONLY the graph should be returned
+ public function getIndexGraph()
+ {
+ return $this->getEvolutionGraph(array(), array(), __FUNCTION__);
+ }
public function getSparklines()
{
@@ -114,8 +114,8 @@ class Controller extends \Piwik\Plugin\Controller
$selectableColumns[] = 'nb_searches';
$selectableColumns[] = 'nb_keywords';
}
- // $callingAction may be specified to distinguish between
- // "VisitsSummary_WidgetLastVisits" and "VisitsSummary_WidgetOverviewGraph"
+ // $callingAction may be specified to distinguish between
+ // "VisitsSummary_WidgetLastVisits" and "VisitsSummary_WidgetOverviewGraph"
$view = $this->getLastUnitGraphAcrossPlugins($this->pluginName, $callingAction, $columns,
$selectableColumns, $documentation);