fix vcard
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Philipp Lang 2022-10-07 15:30:12 +02:00
parent a82698e05d
commit 2d20cb21cb
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ class Member extends Model
$card->add('parent.X-ABLABEL', 'Eltern');
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) {