Skip to content

Commit

Permalink
Merge branch 'develop' of bitbucket.org:unicon/comanagework into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Oct 21, 2022
2 parents 5b6a59e + 14985b6 commit f52bca0
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 f52bca0

Please sign in to comment.