Completed
Branch contacts (f6e612)
by Maxence
18:41
created
lib/Db/CircleProviderRequestBuilder.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
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
 		)
Please login to merge, or discard this patch.