]> git.mxchange.org Git - friendica.git/blobdiff - mod/manage.php
Split goaway to System::externalRedirectTo() and App->internalRedirect()
[friendica.git] / mod / manage.php
index 2b0dfa8da7113d7f50339988726c4f6608ca5119..b5aed6f8b39fb57f89662e3e714f5db597321928 100644 (file)
@@ -119,7 +119,7 @@ function manage_post(App $a) {
        $ret = [];
        Addon::callHooks('home_init',$ret);
 
-       $a->redirect('profile/' . $a->user['nickname'] );
+       $a->internalRedirect('profile/' . $a->user['nickname'] );
        // NOTREACHED
 }