Ops, wrong type again
This commit is contained in:
parent
a770634b95
commit
88c40f3336
|
@ -89,7 +89,7 @@ class Notify extends BaseModule
|
||||||
System::xmlExit($ret, 'Done');
|
System::xmlExit($ret, 'Done');
|
||||||
}
|
}
|
||||||
|
|
||||||
private static function dispatchPrivate(array $user, array $postdata)
|
private static function dispatchPrivate(array $user, string $postdata)
|
||||||
{
|
{
|
||||||
$msg = Diaspora::decodeRaw($postdata, $user['prvkey'] ?? '');
|
$msg = Diaspora::decodeRaw($postdata, $user['prvkey'] ?? '');
|
||||||
if (!is_array($msg)) {
|
if (!is_array($msg)) {
|
||||||
|
|
Loading…
Reference in a new issue