Ido\ContactgroupQuery needs a conservative count approach

This commit is contained in:
Thomas Gelf 2013-08-20 23:22:40 +02:00 committed by Eric Lippmann
parent dc34905315
commit d9f1c4678b
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ class ContactgroupQuery extends AbstractQuery
'service_description' => 'so.name2 COLLATE latin1_general_ci',
)
);
protected $uglySlowConservativeCount = true;
protected function joinBaseTables()
{