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

This reverts commit d8f866c2bc1460d15dca8d320b2a85f316183278.

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

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);
}