We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5587f1a commit 5bdc41cCopy full SHA for 5bdc41c
1 file changed
apps/dav/lib/Upload/ChunkingV2Plugin.php
@@ -94,7 +94,7 @@ public function initialize(Server $server) {
94
$this->server = $server;
95
}
96
97
- protected function beforeGet(RequestInterface $request) {
+ public function beforeGet(RequestInterface $request) {
98
$sourceNode = $this->server->tree->getNodeForPath($request->getPath());
99
if (($sourceNode instanceof FutureFile) || ($sourceNode instanceof UploadFile)) {
100
throw new MethodNotAllowed('Reading intermediate uploads is not allowed');
0 commit comments