AllcontactsQuery: Add `$baseQuery` explicitly as non-dynamic property

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 10:45:46 +02:00 committed by raviks789
parent 7cd89490cc
commit be060edd9f
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ class AllcontactsQuery extends IdoQuery
protected $contacts;
protected $contactgroups;
protected $baseQuery;
protected $useSubqueryCount = true;
public function requireColumn($alias)