@@ -253,7 +253,7 @@ |
||
253 | 253 | 'c', CoreRequestBuilder::TABLE_MEMBERS, 'mo', $expr->andX( |
254 | 254 | $expr->eq( |
255 | 255 | 'mo.circle_id', |
256 | - $qb->createFunction('SUBSTR(`c`.`unique_id`, 1, ' . Circle::UNIQUEID_SHORT_LENGTH . ')') |
|
256 | + $qb->createFunction('SUBSTR(`c`.`unique_id`, 1, ' . Circle::UNIQUEID_SHORT_LENGTH . ')') |
|
257 | 257 | ), $expr->eq('mo.user_type', $qb->createNamedParameter(Member::TYPE_USER)), |
258 | 258 | $expr->eq('mo.level', $qb->createNamedParameter(Member::LEVEL_OWNER)) |
259 | 259 | ) |