Remove obsolete TODO comment in Module\Profile\Contacts
This commit is contained in:
parent
c65faecc8c
commit
bebff3271b
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue