Ops, wrong type again
parent
a770634b95
commit
88c40f3336
|
@ -89,7 +89,7 @@ class Notify extends BaseModule
|
|||
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'] ?? '');
|
||||
if (!is_array($msg)) {
|
||||
|
|
Loading…
Reference in New Issue