Skip to content
Snippets Groups Projects
Commit beb42d01 authored by jaapjansma's avatar jaapjansma
Browse files

update

parent 90c9cbc3
No related branches found
No related tags found
No related merge requests found
......@@ -180,12 +180,12 @@ class FilterCollection {
}
$this->whereClause->setIsOR($isOr);
}
$this->whereClause->addWhereClause($where);
try {
$this->data_processor->getDataFlow()
->addWhereClause($this->whereClause);
} catch (InvalidFlowException $e) {
}
$this->whereClause->addWhereClause($where);
}
public function removeWhere(WhereClauseInterface $where) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment