Fix unwanted change of ContactgroupQuery::$groupBase

Oops!

fixes #11598
This commit is contained in:
Eric Lippmann 2016-04-18 00:59:19 +02:00
parent c3da7a5bce
commit f66daa622c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ class ContactgroupQuery extends IdoQuery
/**
* {@inheritdoc}
*/
protected $groupBase = array('contactgroups' => array('cg.contactgroup_id'));
protected $groupBase = array('contactgroups' => array('cg.contactgroup_id', 'cgo.object_id'));
/**
* {@inheritdoc}