]> git.mxchange.org Git - friendica.git/commitdiff
Notices come, notices go ...
authorMichael <heluecht@pirati.ca>
Sun, 9 Sep 2018 06:32:01 +0000 (06:32 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 9 Sep 2018 06:32:01 +0000 (06:32 +0000)
mod/message.php

index 8c9aa657dfb4a54385c341a9c8034288e35e383d..223976ddbef637731dc24877e22c14735622924a 100644 (file)
@@ -488,7 +488,7 @@ function render_messages(array $msg, $t)
                        '$id' => $rr['id'],
                        '$from_name' => $participants,
                        '$from_url' => Contact::magicLink($rr['url']),
-                       '$from_addr' => $contact['addr'],
+                       '$from_addr' => defaults($contact, 'addr', ''),
                        '$sparkle' => ' sparkle',
                        '$from_photo' => ProxyUtils::proxifyUrl($from_photo, false, ProxyUtils::SIZE_THUMB),
                        '$subject' => $subject_e,