mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
Merge pull request #5626 from annando/notices-oh-yeah
Removed notices, will it ever end?
This commit is contained in:
commit
d5c2c41b02
6 changed files with 21 additions and 4 deletions
|
@ -364,6 +364,11 @@ class Contact extends BaseObject
|
|||
*/
|
||||
public static function markForArchival(array $contact)
|
||||
{
|
||||
|
||||
if (!isset($contact['url'])) {
|
||||
logger('Empty contact. ' . System::callstack(10), LOGGER_DEBUG);
|
||||
}
|
||||
|
||||
// Contact already archived or "self" contact? => nothing to do
|
||||
if ($contact['archive'] || $contact['self']) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue