Skip to content

Commit 51261d6

Browse files
committed
#57 shot in the dark
1 parent 832bc6d commit 51261d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Filter/TaskAllAssigneeFilter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function apply()
9898
$useridsarray = $this->getSubQuery()->findAllByColumn('id');
9999
$useridstring = implode("','", $useridsarray);
100100
(!empty($useridstring)) ? $useridstring = $useridstring : $useridstring = 0;
101+
if ($useridstring == '') { $useridstring = 0; }
101102
$this->query->beginOr();
102103
$this->query->ilike(UserModel::TABLE.'.username', '%'.$this->value.'%');
103104
$this->query->ilike(UserModel::TABLE.'.name', '%'.$this->value.'%');

0 commit comments

Comments
 (0)