Skip to content

Commit

Permalink
Merge pull request #2362 from phili67/phili67-personview-minorupdate-v2
Browse files Browse the repository at this point in the history
src/PersonView.php : minor update
  • Loading branch information
phili67 committed Mar 22, 2023
2 parents 86ea991 + d5bacb3 commit 1cb6eef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/PersonView.php
Original file line number Diff line number Diff line change
Expand Up @@ -1251,6 +1251,7 @@ class="user-link"><?= $familyMember->getFullName() ?> </a>
<div class="main-box-body clearfix">
<?php
//Was anything returned?
$i = 1;
if ($ormAssignedGroups->count() == 0) {
?>
<br>
Expand All @@ -1263,8 +1264,6 @@ class="user-link"><?= $familyMember->getFullName() ?> </a>
?>
<?php
// Loop through the rows
$i = 1;

$ids = SessionUser::getUser()->getGroupManagerIds();

foreach ($ormAssignedGroups as $ormAssignedGroup) {
Expand Down

0 comments on commit 1cb6eef

Please sign in to comment.