Browse Source

Allow user to remove his email in Vcard4

pull/305/head
Jaussoin Timothée 9 years ago
parent
commit
6dbf24f018
  1. 2
      app/widgets/Vcard4/Vcard4.php

2
app/widgets/Vcard4/Vcard4.php

@ -152,6 +152,8 @@ class Vcard4 extends \Movim\Widget\Base
if(Validator::email()->validate($vcard->email->value))
$c->email = $vcard->email->value;
else
$c->email = '';
$c->twitter = $vcard->twitter->value;
$c->skype = $vcard->skype->value;

Loading…
Cancel
Save