mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Added post proxy for getFileInfo.
This is needed for WebDAV and FileSize @samtuke and @schiesbn you guys know a better solution?
This commit is contained in:
parent
f8819f54c2
commit
25ff32db6b
@ -724,6 +724,9 @@ class View {
|
||||
$data['permissions'] = $permissions;
|
||||
}
|
||||
}
|
||||
|
||||
$data = \OC_FileProxy::runPostProxies('getFileInfo', $path, $data);
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user