X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=33e97499e570bd0a0242ea10e95a43e922b5f015;hb=8ec2b21a1471f0a3c0afdbe56fb525c1b4b06efc;hp=b4c6a9cbd636ea1fe29ebeec157669ae6494876a;hpb=d6efc901946c91cf26a4436c4b58b1636e4bc9c9;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index b4c6a9cbd6..33e97499e5 100644 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -1,6 +1,22 @@ . + * */ use Friendica\App; @@ -54,7 +70,7 @@ function repair_ostatus_content(App $a) { $o .= "

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

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