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:
-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)