]> git.mxchange.org Git - friendica.git/commitdiff
Can be private
authorMichael <heluecht@pirati.ca>
Fri, 13 Oct 2017 15:51:57 +0000 (15:51 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 13 Oct 2017 15:51:57 +0000 (15:51 +0000)
include/diaspora.php

index abb7ce003eebfecf0e39e8f729a6c256fc74c7eb..8c04ec1d07e5fd817a993c0707aeb9cb26b8b865 100644 (file)
@@ -3071,7 +3071,7 @@ class Diaspora {
 
                logger("Send account migration ".print_r($message, true), LOGGER_DEBUG);
 
-               return self::build_and_transmit($owner, $contact, "account_migration", $message, true);
+               return self::build_and_transmit($owner, $contact, "account_migration", $message);
        }
 
        /**