X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=370d772e1c1824f4efa9ecf6eabd5496c8409ad7;hb=d49f986d1eb6894dd948577288357b6c1755e3d3;hp=3e9130e0e8e42a233b5bd5090a383adc3ff599ff;hpb=b61479ba6eb66a5d23ff997f204319bf934783e0;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php old mode 100755 new mode 100644 index 3e9130e0e8..370d772e1c --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -1,12 +1,16 @@ ".t("Keep this window open until done.")."

"; - $result = new_contact($uid,$r[0]["url"],true); + $result = Contact::createFromProbe($uid,$r[0]["url"],true); - $a->page['htmlhead'] = ''; + $a->page['htmlhead'] = ''; return $o; }