mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
Fix parameter
This commit is contained in:
parent
7716374593
commit
cbc48a4fd4
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ function dfrn_dispatch_public($postdata)
|
|||
|
||||
function dfrn_dispatch_private($user, $postdata)
|
||||
{
|
||||
$msg = Diaspora::decodeRaw($postdata, $user);
|
||||
$msg = Diaspora::decodeRaw($postdata, $user['privKey'] ?? '');
|
||||
if (!$msg) {
|
||||
System::xmlExit(4, 'Unable to parse message');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue