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:
authorThomas Steur <thomas.steur@gmail.com>2013-10-14 06:24:35 +0400
committerThomas Steur <thomas.steur@gmail.com>2013-10-14 06:24:35 +0400
commit4d35d701b200d4c0a3d0063dc0e0a96e96ef62b3 (patch)
tree62f0f3ab7eda999c40c0b42af06a3900cbbb41fb /plugins/ExampleVisualization
parentba9d56d9c73873f1fea3d68c2f2bb231aee97e45 (diff)
fix var name
Diffstat (limited to 'plugins/ExampleVisualization')
-rw-r--r--plugins/ExampleVisualization/SimpleTable.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExampleVisualization/SimpleTable.php b/plugins/ExampleVisualization/SimpleTable.php
index c6d40f3ecb..abd5c8aff2 100644
--- a/plugins/ExampleVisualization/SimpleTable.php
+++ b/plugins/ExampleVisualization/SimpleTable.php
@@ -43,7 +43,7 @@ class SimpleTable extends Visualization
public function beforeLoadDataTable(Request $request, Config $properties)
{
// Here you can change the request that is sent to the API, for instance
- // $requestProperties->filter_sort_order = 'desc';
+ // $properties->filter_sort_order = 'desc';
}
public function beforeGenericFiltersAreAppliedToLoadedDataTable(DataTableInterface $dataTable, Config $properties, Request $request)