From 155191ca6f7a41cf06a7a8364a083eb236ca96d1 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 21 Aug 2015 11:24:56 +0200 Subject: [PATCH] Revert "monitoring: Clone the filter before modyfing it in the IdoQuery" This reverts commit d8f866c2bc1460d15dca8d320b2a85f316183278. Master branch contains the fix w/ the proper refs. --- .../library/Monitoring/Backend/Ido/Query/IdoQuery.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php index c8d2e3140..85d9169a9 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/IdoQuery.php @@ -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); }