]> git.mxchange.org Git - friendica.git/commitdiff
Parameter should fit ...
authorMichael <heluecht@pirati.ca>
Fri, 13 Oct 2017 15:48:59 +0000 (15:48 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 13 Oct 2017 15:48:59 +0000 (15:48 +0000)
include/diaspora.php

index 2830d807d656fcb54dceeb7d28dbf4d70d9c02d6..abb7ce003eebfecf0e39e8f729a6c256fc74c7eb 100644 (file)
@@ -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));