]> git.mxchange.org Git - friendica.git/blobdiff - mod/repair_ostatus.php
Remove network exception in handle_tag
[friendica.git] / mod / repair_ostatus.php
index 3acaa687a712942a959edbfaee62e5141a79cb91..4499220817449b83684020ca1da731e3a6d170e9 100644 (file)
@@ -14,7 +14,7 @@ function repair_ostatus_content(App $a) {
 
        if (! local_user()) {
                notice(L10n::t('Permission denied.') . EOL);
-               goaway($_SESSION['return_url']);
+               goaway('/ostatus_repair');
                // NOTREACHED
        }