diff --git a/Controller/GrouperGroupsController.php b/Controller/GrouperGroupsController.php index d3bbdbc..03f0146 100644 --- a/Controller/GrouperGroupsController.php +++ b/Controller/GrouperGroupsController.php @@ -347,7 +347,7 @@ public function findSubscriber() } foreach($emailArr as $e) { if($e['type'] == $pickerEmailType) { - $email = $e['mail'] . ' ' . $pickerDisplayTypes; + $email = $e['mail']; break; } }