Remove obsolete TODO comment in Module\Profile\Contacts

This commit is contained in:
Hypolite Petovan 2019-05-20 15:10:34 -04:00
parent c65faecc8c
commit bebff3271b
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}