diff --git a/include/uimport.php b/include/uimport.php index e43f331dc9..9427931687 100644 --- a/include/uimport.php +++ b/include/uimport.php @@ -228,7 +228,7 @@ function import_account(&$a, $file) { } // send relocate messages - //proc_run('php', 'include/notifier.php', 'relocate' , $newuid); + proc_run('php', 'include/notifier.php', 'relocate' , $newuid); info(t("Done. You can now login with your username and password")); goaway( $a->get_baseurl() ."/login");