From 9f2196aa1aa0dc112e3fc238832828d4e22fe137 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 13 Oct 2017 15:48:59 +0000 Subject: [PATCH] Parameter should fit ... --- include/diaspora.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/diaspora.php b/include/diaspora.php index 2830d807d6..abb7ce003e 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1326,12 +1326,11 @@ class Diaspora { * @brief Receives account migration * * @param array $importer Array of the importer user - * @param string $sender The sender of the message * @param object $data The message object * * @return bool Success */ - private static function receiveAccountMigration($importer, $sender, $data) { + private static function receiveAccountMigration($importer, $data) { $old_handle = notags(unxmlify($data->author)); $new_handle = notags(unxmlify($data->profile->author)); $signature = notags(unxmlify($data->signature)); -- 2.39.5