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)
|
function dfrn_dispatch_private($user, $postdata)
|
||||||
{
|
{
|
||||||
$msg = Diaspora::decodeRaw($postdata, $user);
|
$msg = Diaspora::decodeRaw($postdata, $user['privKey'] ?? '');
|
||||||
if (!$msg) {
|
if (!$msg) {
|
||||||
System::xmlExit(4, 'Unable to parse message');
|
System::xmlExit(4, 'Unable to parse message');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue