From ae5eadd30a583c5d85db32e3b5e2bfae78bd85a3 Mon Sep 17 00:00:00 2001 From: matt Date: Wed, 29 Oct 2008 17:19:06 +0000 Subject: - fix #379 Internal API permission issues --- core/ViewDataTable.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'core/ViewDataTable.php') 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'; -- cgit v1.2.3