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 = [];
|
$contacts = [];
|
||||||
|
|
||||||
while ($contact = DBA::fetch($contacts_stmt)) {
|
while ($contact = DBA::fetch($contacts_stmt)) {
|
||||||
/// @TODO This triggers an E_NOTICE if 'self' is not there
|
|
||||||
if ($contact['self']) {
|
if ($contact['self']) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue