]> git.mxchange.org Git - friendica.git/commitdiff
Fiy missing "in"
authorMichael <heluecht@pirati.ca>
Mon, 17 May 2021 06:03:14 +0000 (06:03 +0000)
committerMichael <heluecht@pirati.ca>
Mon, 17 May 2021 06:03:14 +0000 (06:03 +0000)
src/Model/APContact.php

index d945c5e4edb23da6f50ea2fc4ba382de74e34c60..7a63e413cab3ee5f6f26d6ad8c5b8acfe1c4a629 100644 (file)
@@ -192,7 +192,7 @@ class APContact
 
                $apcontact['sharedinbox'] = '';
                if (!empty($compacted['as:endpoints'])) {
-                       $apcontact['sharedinbox'] = JsonLD::fetchElement($compacted['as:endpoints'], 'as:sharedbox', '@id');
+                       $apcontact['sharedinbox'] = JsonLD::fetchElement($compacted['as:endpoints'], 'as:sharedInbox', '@id');
                        self::unarchiveInbox($apcontact['sharedinbox'], true);
                }