]> git.mxchange.org Git - friendica.git/blobdiff - mod/repair_ostatus.php
Abuse mail received because of "unusual traffic"
[friendica.git] / mod / repair_ostatus.php
index 6ceba80553fbe40be7417cfb657b43217a307c7b..33e97499e570bd0a0242ea10e95a43e922b5f015 100644 (file)
@@ -70,7 +70,7 @@ function repair_ostatus_content(App $a) {
 
        $o .= "<p>".DI::l10n()->t("Keep this window open until done.")."</p>";
 
-       Contact::createFromProbe($uid, $r[0]["url"], true);
+       Contact::createFromProbe($a->user, $r[0]["url"], true);
 
        DI::page()['htmlhead'] = '<meta http-equiv="refresh" content="1; URL=' . DI::baseUrl() . '/repair_ostatus?counter='.$counter.'">';