From: Fabrixxm Date: Mon, 5 Nov 2012 09:15:09 +0000 (-0500) Subject: moveme: remove debug comment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cef5afc53d5cdc8604449aac4f687866d03cec02;p=friendica.git moveme: remove debug comment --- 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");