Fix unwanted change of ContactgroupQuery::$groupBase
Oops! fixes #11598
This commit is contained in:
parent
c3da7a5bce
commit
f66daa622c
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue