diff --git a/src/Module/Contact.php b/src/Module/Contact.php index 4a127eee41..04156daba9 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -984,7 +984,7 @@ class Contact extends BaseModule $dir_icon = ''; $alt_text = ''; - if ($rr['uid']) { + if (!empty($rr['uid']) && !empty($rr['rel'])) { switch ($rr['rel']) { case Model\Contact::FRIEND: $dir_icon = 'images/lrarrow.gif';