Skip to content

Commit d63240b

Browse files
ArtificialOwlbackportbot[bot]
authored andcommitted
enforce forcaAll
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
1 parent 0dfdbe6 commit d63240b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Service/CirclesService.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -280,10 +280,9 @@ public function detailsCircle($circleUniqueId, $forceAll = false) {
280280
} else {
281281
$circle = $this->circlesRequest->getCircleFromUniqueId($circleUniqueId);
282282
}
283-
if ($this->viewerIsAdmin()
283+
if ($forceAll === true || $this->viewerIsAdmin()
284284
|| $circle->getHigherViewer()
285285
->isLevel(Member::LEVEL_MEMBER)
286-
|| $forceAll === true
287286
) {
288287
$this->detailsCircleMembers($circle);
289288
$this->detailsCircleLinkedGroups($circle);

0 commit comments

Comments
 (0)