Skip to content

Commit

Permalink
Merge branch 'develop' into October2022
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Stohn authored and Axel Stohn committed Oct 20, 2022
2 parents 220cef8 + 14985b6 commit 8f9f976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Model/GrouperGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,10 @@ public function isGrouperVisible(string $userId)
if ($member == 'T') {
CakeSession::write('Plugin.Grouper.isGrouperVisible', 'T');
return 'T';
} else {
CakeSession::write('Plugin.Grouper.isGrouperVisible', 'F');
return 'F';
}
CakeSession::write('Plugin.Grouper.isGrouperVisible', 'F');
return 'F';

} catch (Exception $e) {
CakeLog::write('error', __METHOD__ . ': An error occurred');
Expand Down

0 comments on commit 8f9f976

Please sign in to comment.