]> git.mxchange.org Git - friendica.git/commitdiff
Ops, wrong type again
authorRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 11:02:43 +0000 (13:02 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 17 Jun 2022 15:18:31 +0000 (17:18 +0200)
src/Module/DFRN/Notify.php

index 259aa145879a26dfdab8d24d983702ad1e209531..2dae0da0ad8a11816dfe1ef922cbfa95631c9cc7 100644 (file)
@@ -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)) {