From b31c6413fe70d8e4f91e8303ffb23605f8dcd6b6 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 13 Oct 2017 15:51:57 +0000 Subject: [PATCH] Can be private --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/diaspora.php b/include/diaspora.php index abb7ce003e..8c04ec1d07 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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); } /**