X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=bc6b177f9528b8a896ca320dbcd435ec50b11067;hb=04b2eb41cd67950c2247d6795e6a66e7761747a1;hp=054a19640b153d19cfb6d43953f5738f7f8d7cc1;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index 054a19640b..bc6b177f95 100644 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -70,7 +70,7 @@ function repair_ostatus_content(App $a) { $o .= "

".DI::l10n()->t("Keep this window open until done.")."

"; - Contact::createFromProbe($a->user, $r[0]["url"], true); + Contact::createFromProbeForUser($a->getLoggedInUserId(), $r[0]["url"]); DI::page()['htmlhead'] = '';