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:
authorThomas Steur <thomas.steur@gmail.com>2015-02-13 07:19:26 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-13 08:23:11 +0300
commita3d12964878e19d02dfa8e311a9152df6f30bfc6 (patch)
tree7883653a52ef1dd22c19ad2ead64d6abf899262b /core/DataTable
parent8ef47c8e4a3fb0094b4b0c19df8ed18c58cf7a6f (diff)
refs #4633 added tests for newly added filters
Diffstat (limited to 'core/DataTable')
-rw-r--r--core/DataTable/Filter/AddSegmentFilterBySegmentValue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/DataTable/Filter/AddSegmentFilterBySegmentValue.php b/core/DataTable/Filter/AddSegmentFilterBySegmentValue.php
index cc27404792..2be32c6394 100644
--- a/core/DataTable/Filter/AddSegmentFilterBySegmentValue.php
+++ b/core/DataTable/Filter/AddSegmentFilterBySegmentValue.php
@@ -46,7 +46,7 @@ class AddSegmentFilterBySegmentValue extends BaseFilter
*/
public function filter($table)
{
- if (empty($this->report) || empty($table) || !$table->getRowsCount()) {
+ if (empty($this->report) || !$table->getRowsCount()) {
return;
}