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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-10-29 20:19:06 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-10-29 20:19:06 +0300
commitae5eadd30a583c5d85db32e3b5e2bfae78bd85a3 (patch)
treead47c42f2bd4f4cf4148225f132525dd52bead23 /core/ViewDataTable.php
parentdf5d9dde49a1b4da4030cb2ca8ca63327fd3d53f (diff)
- fix #379 Internal API permission issues
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';