X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fuimport.php;h=937a16710a9211214547600da5555b4d13134d69;hb=d138b118689d42ae20f6c12cc49e30385d88ea2e;hp=bd271e91a85c65a4a120ba6a5ccf446610159e41;hpb=8a5fada863364c729decea75c7b6e1549a7b81ce;p=friendica.git diff --git a/include/uimport.php b/include/uimport.php index bd271e91a8..937a16710a 100644 --- a/include/uimport.php +++ b/include/uimport.php @@ -287,7 +287,7 @@ function import_account(&$a, $file) { } // send relocate messages - proc_run('php', 'include/notifier.php', 'relocate', $newuid); + proc_run(PRIORITY_HIGH, 'include/notifier.php', 'relocate', $newuid); info(t("Done. You can now login with your username and password")); goaway($a->get_baseurl() . "/login");