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:
Diffstat (limited to 'core/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index d367097278..7f95c4b544 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -348,9 +348,7 @@ abstract class Piwik_ViewDataTable
// we setup the method and format variable
// - we request the method to call to get this specific DataTable
// - the format = original specifies that we want to get the original DataTable structure itself, not rendered
- $requestString = 'method='.$this->moduleNameAndMethod
- .'&format=original'
- ;
+ $requestString = 'method='.$this->moduleNameAndMethod.'&format=original';
if( $this->recursiveDataTableLoad )
{
$requestString .= '&expanded=1';