Skip to content
Snippets Groups Projects
Commit 25ff32db authored by Florin Peter's avatar Florin Peter
Browse files

Added post proxy for getFileInfo.

This is needed for WebDAV and FileSize
@samtuke and @schiesbn you guys know a better solution?
parent f8819f54
No related branches found
No related tags found
No related merge requests found
......@@ -724,6 +724,9 @@ class View {
$data['permissions'] = $permissions;
}
}
$data = \OC_FileProxy::runPostProxies('getFileInfo', $path, $data);
return $data;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment