Passed
Push — master ( 792c32...9ed106 )
by Roeland
23:07 queued 12:00
created
lib/private/Contacts/ContactsMenu/ActionFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 	 * @return ILinkAction
51 51
 	 */
52 52
 	public function newEMailAction($icon, $name, $email) {
53
-		return $this->newLinkAction($icon, $name, 'mailto:' . $email);
53
+		return $this->newLinkAction($icon, $name, 'mailto:'.$email);
54 54
 	}
55 55
 
56 56
 }
Please login to merge, or discard this patch.