mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:50:12 +00:00
wrong field
This commit is contained in:
parent
cbc48a4fd4
commit
2a41f0b104
2 changed files with 2 additions and 2 deletions
|
@ -87,7 +87,7 @@ class Receive extends BaseModule
|
|||
|
||||
$importer = User::getByGuid($guid);
|
||||
|
||||
$msg = self::decodePost(false, $importer['privKey'] ?? '');
|
||||
$msg = self::decodePost(false, $importer['prvkey'] ?? '');
|
||||
|
||||
self::$logger->info('Diaspora: Dispatching.');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue