From be060edd9f8b7277ef762ee6c21d7a917f477237 Mon Sep 17 00:00:00 2001 From: Sukhwinder Dhillon Date: Wed, 16 Aug 2023 10:45:46 +0200 Subject: [PATCH] AllcontactsQuery: Add `$baseQuery` explicitly as non-dynamic property --- .../library/Monitoring/Backend/Ido/Query/AllcontactsQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/AllcontactsQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/AllcontactsQuery.php index 09779b66e..359872698 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/AllcontactsQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/AllcontactsQuery.php @@ -40,6 +40,7 @@ class AllcontactsQuery extends IdoQuery protected $contacts; protected $contactgroups; + protected $baseQuery; protected $useSubqueryCount = true; public function requireColumn($alias)