Remove obsolete TODO comment in Module\Profile\Contacts
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user