X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Frepair_ostatus.php;h=51a6aadaad6659753ad30b62584c1ea266b3b266;hb=182058943ff479b1052bf5ff95595cb60b660eb1;hp=4499220817449b83684020ca1da731e3a6d170e9;hpb=257beec485635eb3463484e61920aa36a94e0148;p=friendica.git diff --git a/mod/repair_ostatus.php b/mod/repair_ostatus.php index 4499220817..51a6aadaad 100644 --- a/mod/repair_ostatus.php +++ b/mod/repair_ostatus.php @@ -14,7 +14,7 @@ function repair_ostatus_content(App $a) { if (! local_user()) { notice(L10n::t('Permission denied.') . EOL); - goaway('/ostatus_repair'); + $a->internalRedirect('ostatus_repair'); // NOTREACHED } @@ -22,7 +22,7 @@ function repair_ostatus_content(App $a) { $uid = local_user(); - $a = get_app(); + $a = \get_app(); $counter = intval($_REQUEST['counter']); @@ -57,7 +57,7 @@ function repair_ostatus_content(App $a) { $o .= "

".L10n::t("Keep this window open until done.")."

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