From: Art4 Date: Thu, 13 Mar 2025 11:51:53 +0000 (+0000) Subject: Fix error in js_upload addon X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ad316852376f82c6d5998b4f6dc8edbd86495e2a;p=friendica-addons.git Fix error in js_upload addon --- diff --git a/js_upload/js_upload.php b/js_upload/js_upload.php index c0a2467d..4bf91de1 100644 --- a/js_upload/js_upload.php +++ b/js_upload/js_upload.php @@ -188,7 +188,7 @@ class js_upload_qqFileUploader private $sizeLimit; /** - * @var js_upload_qqUploadedFileXhr|js_upload_qqUploadedFileForm + * @var js_upload_qqUploadedFileXhr|js_upload_qqUploadedFileForm|false */ private $file;