Completed
Push — master ( 734cdd...7ae42f )
by Blizzz
17:54
created
lib/private/Collaboration/Collaborators/MailPlugin.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,8 +89,8 @@
 block discarded – undo
89 89
 				}
90 90
 				foreach ($emailAddresses as $emailAddress) {
91 91
 					$displayName = $emailAddress;
92
-					if (isset($contact['FN'])) 	{
93
-						$displayName = $contact['FN'] . ' (' . $emailAddress . ')';
92
+					if (isset($contact['FN'])) {
93
+						$displayName = $contact['FN'].' ('.$emailAddress.')';
94 94
 					}
95 95
 					$exactEmailMatch = strtolower($emailAddress) === $lowerSearch;
96 96
 
Please login to merge, or discard this patch.