diff --git a/src/Module/Profile/Contacts.php b/src/Module/Profile/Contacts.php index 9e6d7d6b2b..346622b2e5 100644 --- a/src/Module/Profile/Contacts.php +++ b/src/Module/Profile/Contacts.php @@ -82,7 +82,6 @@ class Contacts extends BaseModule $contacts = []; while ($contact = DBA::fetch($contacts_stmt)) { - /// @TODO This triggers an E_NOTICE if 'self' is not there if ($contact['self']) { continue; }