mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04: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
1 changed files with 3 additions and 0 deletions
|
|
@ -724,6 +724,9 @@ class View {
|
|||
$data['permissions'] = $permissions;
|
||||
}
|
||||
}
|
||||
|
||||
$data = \OC_FileProxy::runPostProxies('getFileInfo', $path, $data);
|
||||
|
||||
return $data;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue