From: Roland Häder Date: Wed, 13 Jul 2022 18:47:47 +0000 (+0200) Subject: Wrong type-hint, fixes #11731 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a3e1a43f7910b12b550f7411db58b47f03780e6b;p=friendica-addons.git Wrong type-hint, fixes #11731 --- diff --git a/js_upload/js_upload.php b/js_upload/js_upload.php index 22a2310e..8d8af072 100644 --- a/js_upload/js_upload.php +++ b/js_upload/js_upload.php @@ -81,7 +81,7 @@ function js_upload_post_file(App $a, array &$b) } -function js_upload_post_end(App $a, array &$b) +function js_upload_post_end(App $a, int &$b) { global $js_upload_jsonresponse;