mirror of
https://github.com/friendica/friendica
synced 2025-04-30 07:04:23 +02:00
Issue 7418: connections to forums should now work again
This commit is contained in:
parent
a4cc22e8fb
commit
49767e0555
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ class OnePoll
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($force) {
|
if ($force) {
|
||||||
Contact::updateFromProbe($contact_id, true);
|
Contact::updateFromProbe($contact_id, '', true);
|
||||||
}
|
}
|
||||||
|
|
||||||
$contact = DBA::selectFirst('contact', [], ['id' => $contact_id]);
|
$contact = DBA::selectFirst('contact', [], ['id' => $contact_id]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue