]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/HTTPInputData.php
Test file uploads
[friendica.git] / src / Util / HTTPInputData.php
index 01678a406890057550373114ebf32d88327fa7ea..490dda5f66ab9756747ad3e6e736ca746faaf86f 100644 (file)
@@ -141,7 +141,7 @@ class HTTPInputData
                return ['variables' => $variables, 'files' => $files];
        }
 
-       private static function fetchFileData($stream, string $boundary, array $headers, string $filename)
+       protected static function fetchFileData($stream, string $boundary, array $headers, string $filename)
        {
                $error = UPLOAD_ERR_OK;