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>2009-01-14 09:31:48 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-01-14 09:31:48 +0300
commita97324a1947804384c40fe04c38ecc65614f4407 (patch)
tree11d03ea8f2d3b547ff21960c756d6d839c0f2198 /core/ViewDataTable.php
parent76071515bf1aa9e1def7f4c185b1ab0cc9c385e6 (diff)
- adding few search engines
- minor changes
Diffstat (limited to 'core/ViewDataTable.php')
-rw-r--r--core/ViewDataTable.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/ViewDataTable.php b/core/ViewDataTable.php
index e13f6b3d71..43558c7e7d 100644
--- a/core/ViewDataTable.php
+++ b/core/ViewDataTable.php
@@ -189,7 +189,6 @@ abstract class Piwik_ViewDataTable
case 'generateDataChartEvolution':
require_once "ViewDataTable/GenerateGraphData/ChartEvolution.php";
return new Piwik_ViewDataTable_GenerateGraphData_ChartEvolution();
-
break;
case 'tableAllColumns':
@@ -521,10 +520,7 @@ abstract class Piwik_ViewDataTable
$javascriptVariablesToSet['module'] = $this->currentControllerName;
$javascriptVariablesToSet['action'] = $this->currentControllerAction;
$javascriptVariablesToSet['viewDataTable'] = $this->getViewDataTableId();
- if(!is_null($this->controllerActionCalledWhenRequestSubTable))
- {
- $javascriptVariablesToSet['controllerActionCalledWhenRequestSubTable'] = $this->controllerActionCalledWhenRequestSubTable;
- }
+ $javascriptVariablesToSet['controllerActionCalledWhenRequestSubTable'] = $this->controllerActionCalledWhenRequestSubTable;
if($this->dataTable)
{