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:
authormattab <matthieu.aubry@gmail.com>2014-04-10 05:35:00 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-10 05:35:00 +0400
commit0244534a60e5e6eeb2dbe9c02c496a715027eeee (patch)
treeda943a4fd2dc3c48d9855ebb48e2d3476f7f57c5 /core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
parentb1b7d4dc801a4d1b44411c691e3b62e5d7833704 (diff)
Revert, this was not a good idea
Diffstat (limited to 'core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php')
-rw-r--r--core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
index 6c7eccdd7f..10d53024f1 100644
--- a/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
+++ b/core/DataTable/Filter/ColumnCallbackAddColumnQuotient.php
@@ -88,9 +88,6 @@ class ColumnCallbackAddColumnQuotient extends BaseFilter
}
$divisor = $this->getDivisor($row);
- if ($divisor === false) {
- continue;
- }
$formattedValue = $this->formatValue($value, $divisor);
$row->addColumn($this->columnNameToAdd, $formattedValue);