Can be private

This commit is contained in:
Michael 2017-10-13 15:51:57 +00:00
parent 9f2196aa1a
commit b31c6413fe
1 changed files with 1 additions and 1 deletions

View 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);
}
/**