]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/UserImport.php
Renamed System::redirect() to $a->redirect()
[friendica.git] / src / Core / UserImport.php
index e62084049e3240baed70bd218babf683686f048f..1056edf11b9e426b86a21104196ada41e9d2a1b6 100644 (file)
@@ -272,6 +272,6 @@ class UserImport
                Worker::add(PRIORITY_HIGH, 'Notifier', 'relocate', $newuid);
 
                info(L10n::t("Done. You can now login with your username and password"));
-               goaway(System::baseUrl() . "/login");
+               $a->redirect('login');
        }
 }