Skip to content

Commit

Permalink
Removed number in person picker
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Aug 16, 2023
1 parent 25afa7b commit c9ac533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/GrouperGroupsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ public function findSubscriber()
}
foreach($emailArr as $e) {
if($e['type'] == $pickerEmailType) {
$email = $e['mail'] . ' ' . $pickerDisplayTypes;
$email = $e['mail'];
break;
}
}
Expand Down

0 comments on commit c9ac533

Please sign in to comment.