fix vcard
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
a82698e05d
commit
2d20cb21cb
|
@ -393,7 +393,7 @@ class Member extends Model
|
||||||
$card->add('parent.X-ABLABEL', 'Eltern');
|
$card->add('parent.X-ABLABEL', 'Eltern');
|
||||||
|
|
||||||
if ($this->preferred_phone) {
|
if ($this->preferred_phone) {
|
||||||
$card->add('parent.TEL', $this->preferred_phone, ['type' => 'pref']);
|
$card->add('TEL', $this->preferred_phone, ['type' => 'pref']);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($this->preferred_email) {
|
if ($this->preferred_email) {
|
||||||
|
|
Loading…
Reference in New Issue