Revert "monitoring: Clone the filter before modyfing it in the IdoQuery"

This reverts commit d8f866c2bc.

Master branch contains the fix w/ the proper refs.
This commit is contained in:
Eric Lippmann 2015-08-21 11:24:56 +02:00
parent f722e242fd
commit 155191ca6f
1 changed files with 0 additions and 4 deletions

View File

@ -479,12 +479,8 @@ abstract class IdoQuery extends DbQuery
}
}
/**
* {@inheritdoc}
*/
public function addFilter(Filter $filter)
{
$filter = clone $filter;
$this->requireFilterColumns($filter);
return parent::addFilter($filter);
}