mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
And still there are notices that have to be removed ... (#5629)
* And still there are notices that have to be removed ... * Notice removed in ACL part * Fix missing fields for notifications * Fixes issue 5630
This commit is contained in:
parent
4eaeea7889
commit
060e887a31
10 changed files with 41 additions and 21 deletions
|
@ -366,7 +366,7 @@ class Contact extends BaseObject
|
|||
{
|
||||
|
||||
if (!isset($contact['url'])) {
|
||||
logger('Empty contact. ' . System::callstack(10), LOGGER_DEBUG);
|
||||
logger('Empty contact: ' . json_encode($contact) . ' - ' . System::callstack(20), LOGGER_DEBUG);
|
||||
}
|
||||
|
||||
// Contact already archived or "self" contact? => nothing to do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue