X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fuimport.php;h=937a16710a9211214547600da5555b4d13134d69;hb=dcca992279d25067be90d38d2b6ccfa412f90df2;hp=78471af1514461d33cdef9a13f7b1e5bd31503e8;hpb=645dc13455d9d7e6f36b64945266e64b36d62aa6;p=friendica.git diff --git a/include/uimport.php b/include/uimport.php index 78471af151..937a16710a 100644 --- a/include/uimport.php +++ b/include/uimport.php @@ -195,10 +195,10 @@ function import_account(&$a, $file) { // send relocate message (below) break; case NETWORK_ZOT: - // TODO handle zot network + /// @TODO handle zot network break; case NETWORK_MAIL2: - // TODO ? + /// @TODO ? break; case NETWORK_FEED: case NETWORK_MAIL: @@ -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");