From: Roland Häder Date: Fri, 17 Jun 2022 11:02:43 +0000 (+0200) Subject: Ops, wrong type again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88c40f3336b5553c80d9573ed931802e4fbf92df;p=friendica.git Ops, wrong type again --- diff --git a/src/Module/DFRN/Notify.php b/src/Module/DFRN/Notify.php index 259aa14587..2dae0da0ad 100644 --- a/src/Module/DFRN/Notify.php +++ b/src/Module/DFRN/Notify.php @@ -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)) {